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.
This commit is contained in:
John Kehayias 2023-10-12 16:48:34 -04:00
parent 2c67b91350
commit 657cfa0822
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -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)