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
|
(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")
|
||||||
|
|
Loading…
Reference in a new issue