guix-devel
[Top][All Lists]
Advanced

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

[PATCH 6/6] gnu: gnupg.scm: Replace http with https in (home-page)


From: ng0
Subject: [PATCH 6/6] gnu: gnupg.scm: Replace http with https in (home-page)
Date: Sun, 17 Jul 2016 23:21:52 +0000

>From 7575249d270f45fb91c52acbccdf99f779447072 Mon Sep 17 00:00:00 2001
From: ng0 <address@hidden>
Date: Sun, 17 Jul 2016 22:35:28 +0000
Subject: [PATCH 6/6] gnu: gnupg.scm: Replace http with https in (home-page)
 URLs.

* gnu/packages/gnupg.scm: (home-page) Use https for *gnupg.org,
packages.python.org and www.phildev.net.
---
 gnu/packages/gnupg.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 9102d7b..9c503bc 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -59,7 +59,7 @@
        (base32
         "0h75sf1ngr750c3fjfn4583q7wz40qm63jhg8vjfdrbx936f2s4j"))))
     (build-system gnu-build-system)
-    (home-page "http://gnupg.org";)
+    (home-page "https://gnupg.org";)
     (synopsis "Library of error values for GnuPG components")
     (description
      "Libgpg-error is a small library that defines common error values
@@ -95,7 +95,7 @@ Daemon and possibly more in the future.")
        (list (string-append "--with-gpg-error-prefix="
                             (assoc-ref %build-inputs "libgpg-error-host")))))
     (outputs '("out" "debug"))
-    (home-page "http://gnupg.org/";)
+    (home-page "https://gnupg.org/";)
     (synopsis "Cryptographic function library")
     (description
      "Libgcrypt is a general-purpose cryptographic library.  It provides the
@@ -133,7 +133,7 @@ generation.")
     (build-system gnu-build-system)
     (propagated-inputs
      `(("libgpg-error" ,libgpg-error) ("pth" ,pth)))
-    (home-page "http://gnupg.org";)
+    (home-page "https://gnupg.org";)
     (synopsis
      "IPC library used by GnuPG and related software")
     (description
@@ -349,7 +349,7 @@ libskba (working with X.509 certificates and CMS data).")
           (substitute* "tests/openpgp/defs.inc"
             (("/bin/pwd") (which "pwd"))))
        %standard-phases)))
-    (home-page "http://gnupg.org/";)
+    (home-page "https://gnupg.org/";)
     (synopsis "GNU Privacy Guard")
     (description
      "The GNU Privacy Guard is a complete implementation of the OpenPGP
@@ -439,7 +439,7 @@ libskba (working with X.509 certificates and CMS data).")
      `(("gnupg" ,gnupg-2.0)
        ("libassuan" ,libassuan)))
     (arguments '(#:make-flags '("GPG=gpg2")))
-    (home-page "http://www.gnupg.org/related_software/gpgme/";)
+    (home-page "https://www.gnupg.org/related_software/gpgme/";)
     (synopsis "Library providing simplified access to GnuPG functionality")
     (description
      "GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
@@ -525,7 +525,7 @@ decrypt messages using the OpenPGP format by making use of 
GPGME.")
                                     "test_gnupg.py" "--no-doctests")))))))
     (native-inputs
      `(("gnupg" ,gnupg-1)))
-    (home-page "http://packages.python.org/python-gnupg/index.html";)
+    (home-page "https://packages.python.org/python-gnupg/index.html";)
     (synopsis "Wrapper for the GNU Privacy Guard")
     (description
       "This module allows easy access to GnuPG’s key management, encryption
@@ -573,7 +573,7 @@ to the process.
 pius-keyring-mgr and pius-party-worksheet help organisers of
 PGP keysigning parties.")
    (license license:gpl2)
-   (home-page "http://www.phildev.net/pius/index.shtml";)))
+   (home-page "https://www.phildev.net/pius/index.shtml";)))

 (define-public signing-party
   (package
--
2.9.1


--
♥Ⓐ  ng0
For non-prism friendly talk find me on http://www.psyced.org
SecuShare – http://secushare.org



reply via email to

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