guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/21: download: Replace misconfigured Apache mirror.


From: guix-commits
Subject: 10/21: download: Replace misconfigured Apache mirror.
Date: Mon, 3 Aug 2020 17:55:33 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit e90b49d70631664dad0a8b143198c0379ee3ca29
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 5 08:22:11 2020 +0200

    download: Replace misconfigured Apache mirror.
    
    E.g. <http://apache.belnet.be/jakarta/oro/jakarta-oro-2.0.8.tar.gz>
    redirects to a bogus 200 HTML page.
    
    * guix/download.scm (%mirrors): Replace apache.belnet.be with
    ftp.nluug.nl.
---
 guix/download.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/download.scm b/guix/download.scm
index e5df678..b7931e5 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -140,7 +140,7 @@
       (apache             ; from http://www.apache.org/mirrors/dist.html
        "http://www.eu.apache.org/dist/";
        "http://www.us.apache.org/dist/";
-       "http://apache.belnet.be/";
+       "https://ftp.nluug.nl/internet/apache/";
        "http://apache.mirror.iweb.ca/";
        "http://mirrors.ircam.fr/pub/apache/";
        "http://apache.mirrors.ovh.net/ftp.apache.org/dist/";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]