mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
download: Replace faulty kernel mirror URL with canonical upstream.
This mirror was providing truncated files. See patch ticket #66923 for more information about this change: <https://issues.guix.gnu.org/issue/66923> * guix/download.scm (%mirrors): Replace kernel mirror <uio.no> with <kernel.org>. Change-Id: I189fc4eaa2bb3fa8b6db028aa837f0d59a460327
This commit is contained in:
parent
08d94fe20e
commit
cfe09c7c36
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@
|
||||||
"ftp://ftp.hu.netfilter.org/"
|
"ftp://ftp.hu.netfilter.org/"
|
||||||
"ftp://www.lt.netfilter.org/pub/")
|
"ftp://www.lt.netfilter.org/pub/")
|
||||||
(kernel.org
|
(kernel.org
|
||||||
"http://linux-kernel.uio.no/pub/"
|
"https://cdn.kernel.org/pub/"
|
||||||
"http://ftp.be.debian.org/pub/"
|
"http://ftp.be.debian.org/pub/"
|
||||||
"https://mirrors.edge.kernel.org/pub/"
|
"https://mirrors.edge.kernel.org/pub/"
|
||||||
"ftp://ftp.funet.fi/pub/mirrors/ftp.kernel.org/pub/")
|
"ftp://ftp.funet.fi/pub/mirrors/ftp.kernel.org/pub/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue