diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-01-27 23:31:28 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-01-27 23:31:28 +0100 |
commit | f06afd4da2be6571e7a78e9745907ee9afc57967 (patch) | |
tree | 3ffcab483f94948f30c40eb8f7b8bb921c2042c0 /guix | |
parent | a76611c4359ca4d92483e500f2ce95053222661b (diff) |
download: Add archive.apache.org to the Apache mirrors.
* guix/download.scm (%mirrors)[apache]: Add archive.apache.org as a last
resort.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/download.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/guix/download.scm b/guix/download.scm index 8a3e9fd06a..2cc8a4a5b8 100644 --- a/guix/download.scm +++ b/guix/download.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2013 Andreas Enge <andreas@enge.fr> ;;; ;;; This file is part of GNU Guix. @@ -108,7 +108,10 @@ "ftp://gd.tuwien.ac.at/pub/infosys/servers/http/apache/dist/" "http://apache.belnet.be/" "http://mirrors.ircam.fr/pub/apache/" - "http://apache-mirror.rbc.ru/pub/apache/") + "http://apache-mirror.rbc.ru/pub/apache/" + + ;; As a last resort, try the archive. + "http://archive.apache.org/dist/") (xorg ; from http://www.x.org/wiki/Releases/Download "http://www.x.org/releases/" ; main mirrors "ftp://mirror.csclub.uwaterloo.ca/x.org/" ; North America |