guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Use netfilter mirror where applicable.


From: Marius Bakke
Subject: 02/02: gnu: Use netfilter mirror where applicable.
Date: Mon, 17 Apr 2017 17:08:37 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit f11ae44fa1af73b7e3d34965868877d9e6209e25
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 27 01:32:57 2017 +0100

    gnu: Use netfilter mirror where applicable.
    
    * gnu/packages/linux.scm (iptables, libmnl, libnftnl)[source]: Use
    mirror://netfilter.org.
---
 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 95b5b5b..9730838 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1020,7 +1020,7 @@ external rate conversion.")
     (source (origin
              (method url-fetch)
              (uri (string-append
-                   
"https://www.netfilter.org/projects/iptables/files/iptables-";
+                   "mirror://netfilter.org/iptables/iptables-"
                    version ".tar.bz2"))
              (sha256
               (base32
@@ -3726,7 +3726,7 @@ machines (PowerMac G4 is known to work).")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append "https://www.netfilter.org/projects/libmnl/files/";
+        (uri (string-append "mirror://netfilter.org/libmnl/"
                             "libmnl-" version ".tar.bz2"))
         (sha256
          (base32
@@ -3748,7 +3748,7 @@ re-use code and to avoid re-inventing the wheel.")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append 
"https://www.netfilter.org/projects/libnftnl/files/";
+        (uri (string-append "mirror://netfilter.org/libnftnl/"
                             "libnftnl-" version ".tar.bz2"))
         (sha256
          (base32



reply via email to

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