From 0081807e161a8632ae2bddbcefc040d6992134c3 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 13 Nov 2022 01:00:04 +0100 Subject: guix: Replace defective freemirror.org. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This ‘mirror’ is particularly problematic because it's the only one checked by ‘guix refresh’. * guix/gnu-maintenance.scm (%savannah-base): Substitute freedif.org. * guix/download.scm (%mirrors): Likewise. Reported by sash-kan on #guix. --- guix/gnu-maintenance.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guix/gnu-maintenance.scm') diff --git a/guix/gnu-maintenance.scm b/guix/gnu-maintenance.scm index 3ba4b86a4f..1142c53d3d 100644 --- a/guix/gnu-maintenance.scm +++ b/guix/gnu-maintenance.scm @@ -687,9 +687,9 @@ GNOME packages; EMMS is included though, because its releases are on gnu.org." (define %savannah-base ;; One of the Savannah mirrors listed at - ;; that serves valid + ;; that serves valid ;; HTML (unlike .) - "https://nongnu.freemirror.org/nongnu") + "https://de.freedif.org/savannah/") (define (latest-savannah-release package) "Return the latest release of PACKAGE." -- cgit v1.2.3