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