This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e2f37229e5 download: Remove unreachable mirror URL.
e2f37229e5 is described below

commit e2f37229e5e7f6e73806d8087faf9e1e94ea9acf
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Mar 24 10:03:14 2025 +0900

    download: Remove unreachable mirror URL.
    
    This one was returning 404.
    
    * guix/download.scm (%mirrors) <savannah>: Remove
    "https://de.freedif.org/savannah/";.
    
    Change-Id: I0fd59ec87cf7c89459f07dafb9cafbbe12c11fd2
---
 guix/download.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/guix/download.scm b/guix/download.scm
index bab5a36875..80ccbefd4f 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -86,7 +86,6 @@
        "http://hackage.haskell.org/";)
       (savannah           ; http://download0.savannah.gnu.org/mirmon/savannah/
        "https://download.savannah.gnu.org/releases/";
-       "https://de.freedif.org/savannah/";
        "https://ftp.cc.uoc.gr/mirrors/nongnu.org/";
        "http://ftp.twaren.net/Unix/NonGNU/"; ; https appears unsupported
        "https://mirror.csclub.uwaterloo.ca/nongnu/";

Reply via email to