diff options
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index dbbc0aa44df..1001cb11a52 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,7 +1,8 @@ $mirrors = { 'Africa' => { 'South Africa' => { - 'http://ctan.mirror.ac.za/' => 1 + 'http://ctan.mirror.ac.za/' => 1, + 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1 } }, 'Asia' => { @@ -11,9 +12,6 @@ $mirrors = { 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, - 'Hong Kong' => { - 'ftp://ftp.comp.hkbu.edu.hk/pub/TeX/CTAN/' => 1 - }, 'India' => { 'http://ctan.imsc.res.in/' => 1 }, @@ -120,6 +118,7 @@ $mirrors = { }, 'Russia' => { 'http://ctan.uni-altai.ru/' => 1, + 'http://ctan.usu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1, 'http://mirrors.nlab.su/ctan/' => 1 }, |