diff options
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index e0fc22c8291..b561333bd62 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,8 +1,7 @@ $mirrors = { 'Africa' => { 'South Africa' => { - 'http://ctan.mirror.ac.za/' => 1, - 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1 + 'http://ctan.mirror.ac.za/' => 1 } }, 'Asia' => { @@ -17,13 +16,13 @@ $mirrors = { 'ftp://ftp.comp.hkbu.edu.hk/pub/TeX/CTAN/' => 1 }, 'India' => { - 'http://ctan.imsc.res.in/' => 1, - 'http://in.httpd.co/mirrors/ctan/' => 1 + 'http://ctan.imsc.res.in/' => 1 }, 'Indonesia' => { 'http://kambing.ui.ac.id/ctan/' => 1 }, 'Iran' => { + 'http://ctan.asis.io/tex-archive/' => 1, 'http://ctan.yazd.ac.ir/' => 1, 'http://ctan.yazduni.ac.ir/' => 1 }, @@ -65,9 +64,6 @@ $mirrors = { } }, 'Europe' => { - 'Austria' => { - 'http://mirror.klaus-uwe.me/ctan/' => 1 - }, 'Czech Republic' => { 'http://ftp.cvut.cz/tex-archive/' => 1 }, |