guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/21: gnu: paperkey: Use HTTPS source and home page.


From: guix-commits
Subject: 13/21: gnu: paperkey: Use HTTPS source and home page.
Date: Sat, 30 Nov 2019 18:54:13 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 9530c4bfc92655cee4beac610258ac3bfc489501
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 30 23:18:55 2019 +0100

    gnu: paperkey: Use HTTPS source and home page.
    
    * gnu/packages/gnupg.scm (paperkey)[source, home-page]: Use HTTPS.
---
 gnu/packages/gnupg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 7e5bcbe..12ec975 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]