mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: paperkey: Use HTTPS source and home page.
* gnu/packages/gnupg.scm (paperkey)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
abe08256c7
commit
9530c4bfc9
1 changed files with 2 additions and 2 deletions
|
@ -909,7 +909,7 @@ (define-public paperkey
|
||||||
(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 @@ (define-public paperkey
|
||||||
"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
|
||||||
|
|
Loading…
Reference in a new issue