aboutsummaryrefslogtreecommitdiff
path: root/guix/download.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-05 08:22:11 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-05 08:23:35 +0200
commit5733ba7dd875ed0f55e343075887f1d0d6ad8ccb (patch)
tree5d1712bff00b172c46bfcbb3502c7bbed324ee5a /guix/download.scm
parent4cd05788b548d60154f365542fd9446ac4bcfd9f (diff)
downloadguix-5733ba7dd875ed0f55e343075887f1d0d6ad8ccb.tar
guix-5733ba7dd875ed0f55e343075887f1d0d6ad8ccb.tar.gz
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.
Diffstat (limited to 'guix/download.scm')
-rw-r--r--guix/download.scm2
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/"