guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: ipset: Use HTTPS home page.


From: guix-commits
Subject: 05/11: gnu: ipset: Use HTTPS home page.
Date: Sun, 22 Nov 2020 23:47:40 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 079bdcddd4b6a5a79d9c88d57940fe36c9999f11
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 23 01:03:11 2020 +0100

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

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2355a72..f9a4ee8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7587,7 +7587,7 @@ receiving.  It is dedicated to the PL011 UART of the 
Raspberry Pi.")
     (version "7.7")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://ipset.netfilter.org/ipset-"; version 
".tar.bz2"))
+              (uri (string-append "https://ipset.netfilter.org/ipset-"; version 
".tar.bz2"))
               (sha256
                (base32
                 "0ckc678l1431mb0q5ilfgy0ajjwi8n135c72h606imm43dc0v9a5"))))
@@ -7598,7 +7598,7 @@ receiving.  It is dedicated to the PL011 UART of the 
Raspberry Pi.")
      `(("pkg-config" ,pkg-config)))
     (arguments
      `(#:configure-flags '("--with-kmod=no")))
-    (home-page "http://ipset.netfilter.org/";)
+    (home-page "https://ipset.netfilter.org/";)
     (synopsis "Administration tool for IP sets")
     (description "IP sets are a framework inside the Linux 2.4.x and 2.6.x 
kernel which
 can be administered by the ipset utility.  Depending on the type,



reply via email to

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