gnu: Use netfilter mirror where applicable.

* gnu/packages/linux.scm (iptables, libmnl, libnftnl)[source]: Use
mirror://netfilter.org.
This commit is contained in:
Marius Bakke 2017-02-27 01:32:57 +01:00
parent 7c7b802cce
commit f11ae44fa1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -1020,7 +1020,7 @@ external rate conversion.")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://www.netfilter.org/projects/iptables/files/iptables-" "mirror://netfilter.org/iptables/iptables-"
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
@ -3726,7 +3726,7 @@ machines (PowerMac G4 is known to work).")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.netfilter.org/projects/libmnl/files/" (uri (string-append "mirror://netfilter.org/libmnl/"
"libmnl-" version ".tar.bz2")) "libmnl-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
@ -3748,7 +3748,7 @@ re-use code and to avoid re-inventing the wheel.")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.netfilter.org/projects/libnftnl/files/" (uri (string-append "mirror://netfilter.org/libnftnl/"
"libnftnl-" version ".tar.bz2")) "libnftnl-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32