summaryrefslogtreecommitdiff
path: root/nongnu/packages
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2023-10-12 16:48:34 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2023-10-12 16:48:34 -0400
commit657cfa0822b0905cce2ade31872beac33cfca857 (patch)
tree69e332594c8d22f2236c17b1c085a59b9fcf5c67 /nongnu/packages
parent2c67b913505de3594cb84915dbde97af7b8e3fe1 (diff)
nongnu: Rename helm to helm-kubernetes.
Reported upstream as <https://issues.guix.gnu.org/66033> 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.
Diffstat (limited to 'nongnu/packages')
-rw-r--r--nongnu/packages/k8s.scm4
1 files 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)