diff --git a/guix/gnu-maintenance.scm b/guix/gnu-maintenance.scm index dcb7f3b61a5..aa9037d7254 100644 --- a/guix/gnu-maintenance.scm +++ b/guix/gnu-maintenance.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2010-2024 Ludovic Courtès +;;; Copyright © 2010-2025 Ludovic Courtès ;;; Copyright © 2012, 2013 Nikita Karetnikov ;;; Copyright © 2021 Simon Tournier ;;; Copyright © 2022 Maxime Devos @@ -870,10 +870,8 @@ GNOME packages; EMMS is included though, because its releases are on gnu.org." (string-drop uri (string-length prefix)))))))))) (define %savannah-base - ;; One of the Savannah mirrors listed at - ;; that serves valid - ;; HTML (unlike .) - "https://de.freedif.org/savannah/") + ;; Primary Savannah release page. + "https://download.savannah.gnu.org/releases") (define* (import-savannah-release package #:key version partial-version?) "Return the latest release of PACKAGE. Optionally include a VERSION string