From cfe09c7c36bf20e0a0562ae710f724bf1769798d Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sun, 5 Nov 2023 10:27:11 -0500 Subject: [PATCH] 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: * guix/download.scm (%mirrors): Replace kernel mirror with . Change-Id: I189fc4eaa2bb3fa8b6db028aa837f0d59a460327 --- guix/download.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (define %mirrors "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/")