This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a5374cd  gnu: gpm: Use HTTPS URI.
a5374cd is described below

commit a5374cde918cfeae5c16b43b9f2dd2b24bc3564d
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed May 27 02:06:36 2020 +0200

    gnu: gpm: Use HTTPS URI.
    
    * gnu/packages/linux.scm (gpm)[home-page, source]: Use HTTPS URI.
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2788f9d..dad7b6e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4504,8 +4504,8 @@ Ridge, Joliet, and zisofs.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    
"http://www.nico.schottelius.org/software/gpm/archives/gpm-";
-                    version ".tar.bz2"))
+                    "https://www.nico.schottelius.org/software/gpm/archives/";
+                    "gpm-" version ".tar.bz2"))
               (patches (search-patches "gpm-glibc-2.26.patch"))
               (sha256
                (base32
@@ -4534,7 +4534,7 @@ Ridge, Joliet, and zisofs.")
        ("autoconf" ,autoconf)
        ("automake" ,automake)
        ("libtool" ,libtool)))
-    (home-page "http://www.nico.schottelius.org/software/gpm/";)
+    (home-page "https://www.nico.schottelius.org/software/gpm/";)
     (synopsis "Mouse support for the Linux console")
     (description
      "The GPM (general-purpose mouse) daemon is a mouse server for

Reply via email to