From 657cfa0822b0905cce2ade31872beac33cfca857 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Thu, 12 Oct 2023 16:48:34 -0400 Subject: nongnu: Rename helm to helm-kubernetes. Reported upstream as by Panos Alevropoulos. I don't think we can deprecate since the "helm" package is still in Guix with that name. * nongnu/packages/k8s.scm (helm): Rename to ... (helm-kubernetes): ... this. --- nongnu/packages/k8s.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nongnu/packages/k8s.scm b/nongnu/packages/k8s.scm index c4898b6..6a8a216 100644 --- a/nongnu/packages/k8s.scm +++ b/nongnu/packages/k8s.scm @@ -145,9 +145,9 @@ view logs.") such as Kubernetes (or OpenShift).") (license license:expat))) -(define-public helm +(define-public helm-kubernetes (package - (name "helm") + (name "helm-kubernetes") (version "3.12.3") (source (origin (method url-fetch) -- cgit v1.2.3