diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-05 08:22:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-05 08:23:35 +0200 |
commit | 5733ba7dd875ed0f55e343075887f1d0d6ad8ccb (patch) | |
tree | 5d1712bff00b172c46bfcbb3502c7bbed324ee5a | |
parent | 4cd05788b548d60154f365542fd9446ac4bcfd9f (diff) | |
download | guix-5733ba7dd875ed0f55e343075887f1d0d6ad8ccb.tar.gz guix-5733ba7dd875ed0f55e343075887f1d0d6ad8ccb.zip |
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.
-rw-r--r-- | guix/download.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/download.scm b/guix/download.scm index e5df678315..b7931e568f 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/" |