mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 01:48:08 +01:00
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:
parent
2c67b91350
commit
657cfa0822
1 changed files with 2 additions and 2 deletions
|
@ -145,9 +145,9 @@ view logs.")
|
||||||
such as Kubernetes (or OpenShift).")
|
such as Kubernetes (or OpenShift).")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public helm
|
(define-public helm-kubernetes
|
||||||
(package
|
(package
|
||||||
(name "helm")
|
(name "helm-kubernetes")
|
||||||
(version "3.12.3")
|
(version "3.12.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
Loading…
Reference in a new issue