mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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.
This commit is contained in:
parent
917a299831
commit
c2c13e3225
1 changed files with 1 additions and 3 deletions
|
@ -148,7 +148,6 @@ (define %mirrors
|
|||
"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 @@ (define %mirrors
|
|||
"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/"
|
||||
|
|
Loading…
Reference in a new issue