gnu: tomb: Use HTTPS home page.
* gnu/packages/crypto.scm (tomb)[home-page]: Use HTTPS.
This commit is contained in:
parent
ed36949a9d
commit
9539016e3a
|
@ -412,7 +412,7 @@ no man page, refer to the home page for usage details.")
|
||||||
(let ((tomb (string-append (assoc-ref outputs "out")
|
(let ((tomb (string-append (assoc-ref outputs "out")
|
||||||
"/bin/tomb")))
|
"/bin/tomb")))
|
||||||
(zero? (system* tomb "dig" "-s" "10" "secrets.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")
|
(synopsis "File encryption for secret data")
|
||||||
(description
|
(description
|
||||||
"Tomb is an application to manage the creation and access of encrypted
|
"Tomb is an application to manage the creation and access of encrypted
|
||||||
|
|
Loading…
Reference in New Issue