rename terraform and vault

This commit is contained in:
Peter Tillemans 2024-06-07 11:26:10 +02:00
parent e0c7597b1c
commit 6675502425

View file

@ -33,7 +33,7 @@
(define-public terraform (define-public terraform
(package (package
(name "snam-terraform") (name "terraform")
(version "1.8.4") (version "1.8.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -78,7 +78,7 @@
(define-public vault (define-public vault
(package (package
(name "snam-vault") (name "vault")
(version "1.16.3") (version "1.16.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -104,7 +104,7 @@
#t))))) #t)))))
(native-inputs (native-inputs
`(("unzip" ,unzip))) `(("unzip" ,unzip)))
(synopsis "A tool to describe and deploy secrets.") (synopsis "Tool to describe and deploy secrets")
(description (description
"Vault allows you to store and distribute secrets securely.") "Vault allows you to store and distribute secrets securely.")
(home-page "https://hashicorp.com/vault") (home-page "https://hashicorp.com/vault")