diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-30 23:18:55 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 00:49:15 +0100 |
commit | 9530c4bfc92655cee4beac610258ac3bfc489501 (patch) | |
tree | 6e3e9259c9051d1eb3fd7fba03d5977a4a7d666e /gnu/packages/gnupg.scm | |
parent | abe08256c714069011ffc3acbb232ec3cc1f56f8 (diff) | |
download | patches-9530c4bfc92655cee4beac610258ac3bfc489501.tar patches-9530c4bfc92655cee4beac610258ac3bfc489501.tar.gz |
gnu: paperkey: Use HTTPS source and home page.
* gnu/packages/gnupg.scm (paperkey)[source, home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r-- | gnu/packages/gnupg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 7e5bcbe13a..12ec975c24 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -909,7 +909,7 @@ passphrase when @code{gpg} is run and needs it."))) (version "1.6") (source (origin (method url-fetch) - (uri (string-append "http://www.jabberwocky.com/" + (uri (string-append "https://www.jabberwocky.com/" "software/paperkey/paperkey-" version ".tar.gz")) (sha256 @@ -925,7 +925,7 @@ passphrase when @code{gpg} is run and needs it."))) "checks/roundtrip-raw.sh") (("/bin/echo") "echo")) #t))))) - (home-page "http://www.jabberwocky.com/software/paperkey/") + (home-page "https://www.jabberwocky.com/software/paperkey/") (synopsis "Backup OpenPGP keys to paper") (description "Paperkey extracts the secret bytes from an OpenPGP (GnuPG, PGP, etc) key |