Archived
1
0
Fork 0

gnu: paperkey: Use HTTPS source and home page.

* gnu/packages/gnupg.scm (paperkey)[source, home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-30 23:18:55 +01:00
parent abe08256c7
commit 9530c4bfc9
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -909,7 +909,7 @@ passphrase when @code{gpg} is run and needs it.")))
(version "1.6") (version "1.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.jabberwocky.com/" (uri (string-append "https://www.jabberwocky.com/"
"software/paperkey/paperkey-" "software/paperkey/paperkey-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
@ -925,7 +925,7 @@ passphrase when @code{gpg} is run and needs it.")))
"checks/roundtrip-raw.sh") "checks/roundtrip-raw.sh")
(("/bin/echo") "echo")) (("/bin/echo") "echo"))
#t))))) #t)))))
(home-page "http://www.jabberwocky.com/software/paperkey/") (home-page "https://www.jabberwocky.com/software/paperkey/")
(synopsis "Backup OpenPGP keys to paper") (synopsis "Backup OpenPGP keys to paper")
(description (description
"Paperkey extracts the secret bytes from an OpenPGP (GnuPG, PGP, etc) key "Paperkey extracts the secret bytes from an OpenPGP (GnuPG, PGP, etc) key