me
/
guix
Archived
1
0
Fork 0

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.
Tobias Geerinckx-Rice 2020-07-05 08:22:11 +02:00
parent 4cd05788b5
commit 5733ba7dd8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@
(apache ; from http://www.apache.org/mirrors/dist.html (apache ; from http://www.apache.org/mirrors/dist.html
"http://www.eu.apache.org/dist/" "http://www.eu.apache.org/dist/"
"http://www.us.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://apache.mirror.iweb.ca/"
"http://mirrors.ircam.fr/pub/apache/" "http://mirrors.ircam.fr/pub/apache/"
"http://apache.mirrors.ovh.net/ftp.apache.org/dist/" "http://apache.mirrors.ovh.net/ftp.apache.org/dist/"