summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2023-11-05 10:27:11 -0500
committerLeo Famulari <leo@famulari.name>2023-07-23 22:26:00 -0400
commitcfe09c7c36bf20e0a0562ae710f724bf1769798d (patch)
tree7d4f0dda99af83f11c26350b9d277bf0541f14d6 /guix
parent08d94fe20eca47b69678b3eced8749dd02c700a4 (diff)
downloadguix-patches-cfe09c7c36bf20e0a0562ae710f724bf1769798d.tar
guix-patches-cfe09c7c36bf20e0a0562ae710f724bf1769798d.tar.gz
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
Diffstat (limited to 'guix')
-rw-r--r--guix/download.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/download.scm b/guix/download.scm
index 31a41e8183..38f5141cb9 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -129,7 +129,7 @@
"ftp://ftp.hu.netfilter.org/"
"ftp://www.lt.netfilter.org/pub/")
(kernel.org
- "http://linux-kernel.uio.no/pub/"
+ "https://cdn.kernel.org/pub/"
"http://ftp.be.debian.org/pub/"
"https://mirrors.edge.kernel.org/pub/"
"ftp://ftp.funet.fi/pub/mirrors/ftp.kernel.org/pub/")