From 6675502425c317b6e3e451d9066f5718f86d59f6 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Fri, 7 Jun 2024 11:26:10 +0200 Subject: [PATCH] rename terraform and vault --- snamellit/tools.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snamellit/tools.scm b/snamellit/tools.scm index 4f9b722..63140a4 100644 --- a/snamellit/tools.scm +++ b/snamellit/tools.scm @@ -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")