mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -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")
|
||||
(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 @@ (define-public paperkey
|
|||
"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
|
||||
|
|
Loading…
Reference in a new issue