guix-commits
[Top][All Lists]
Advanced

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

branch master updated: download: Replace misconfigured Apache mirror.


From: guix-commits
Subject: branch master updated: download: Replace misconfigured Apache mirror.
Date: Sun, 05 Jul 2020 02:24:18 -0400

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5733ba7  download: Replace misconfigured Apache mirror.
5733ba7 is described below

commit 5733ba7dd875ed0f55e343075887f1d0d6ad8ccb
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]