diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:01 +0200 |
commit | c2c13e3225977b4fc23da825e8a2331d86ba8435 (patch) | |
tree | 6e38d349c8f3a5797b4190fecdab11c2a0f134b8 | |
parent | 917a299831361f253ea664f009176b4bbe06900a (diff) | |
download | guix-c2c13e3225977b4fc23da825e8a2331d86ba8435.tar.gz |
download: Remove broken X.org mirrors.
These are still at <https://www.x.org/wiki/Releases/Download>, but then that page hasn't been updated since 2018. * guix/download.scm (%mirrors): Remove mirror.us.leaseweb.net and x.cs.pu.edu.tw.
-rw-r--r-- | guix/download.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/guix/download.scm b/guix/download.scm index 01ebe31897..e619a8a730 100644 --- a/guix/download.scm +++ b/guix/download.scm @@ -148,7 +148,6 @@ "http://www.x.org/releases/" ; main mirrors "http://mirror.csclub.uwaterloo.ca/x.org/" ; North America "http://xorg.mirrors.pair.com/" - "http://mirror.us.leaseweb.net/xorg/" "ftp://mirror.csclub.uwaterloo.ca/x.org/" "ftp://xorg.mirrors.pair.com/" "ftp://artfiles.org/x.org/" ; Europe @@ -165,8 +164,7 @@ "ftp://mirror.switch.ch/mirror/X11/" "ftp://mirrors.ircam.fr/pub/x.org/" "ftp://x.mirrors.skynet.be/pub/ftp.x.org/" - "http://x.cs.pu.edu.tw/" ; East Asia - "ftp://ftp.cs.cuhk.edu.hk/pub/X11" + "ftp://ftp.cs.cuhk.edu.hk/pub/X11" ; East Asia "ftp://ftp.u-aizu.ac.jp/pub/x11/x.org/" "ftp://ftp.yz.yamagata-u.ac.jp/pub/X11/x.org/" "ftp://ftp.kaist.ac.kr/x.org/" |