diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-04 00:33:28 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-04 18:03:45 +0100 |
commit | 9539016e3addb4bd5b4adfab27334131a532a11c (patch) | |
tree | 95918d1a7e6b7f758f92fe26f29b6c3e84ba2b6f /gnu/packages/crypto.scm | |
parent | ed36949a9d0e5fd5582cc85e533c1ef8a8b2543e (diff) | |
download | guix-9539016e3addb4bd5b4adfab27334131a532a11c.tar guix-9539016e3addb4bd5b4adfab27334131a532a11c.tar.gz |
gnu: tomb: Use HTTPS home page.
* gnu/packages/crypto.scm (tomb)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/crypto.scm')
-rw-r--r-- | gnu/packages/crypto.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 695f6ca088..7cac132b64 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -412,7 +412,7 @@ no man page, refer to the home page for usage details.") (let ((tomb (string-append (assoc-ref outputs "out") "/bin/tomb"))) (zero? (system* tomb "dig" "-s" "10" "secrets.tomb")))))))) - (home-page "http://www.dyne.org/software/tomb") + (home-page "https://www.dyne.org/software/tomb") (synopsis "File encryption for secret data") (description "Tomb is an application to manage the creation and access of encrypted |