rename terraform and vault
This commit is contained in:
parent
e0c7597b1c
commit
6675502425
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue