diff options
Diffstat (limited to 'Master/tlpkg')
-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 d67a3384150..e1f065c0e87 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -5,7 +5,6 @@ $mirrors = { }, 'South Africa' => { 'http://ctan.mirror.ac.za/' => 1, - 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, 'http://mirror.ufs.ac.za/ctan/' => 1 } @@ -50,6 +49,9 @@ $mirrors = { 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1 + }, + 'Thailand' => { + 'http://mirror.kku.ac.th/CTAN/' => 1 } }, 'Europe' => { @@ -92,9 +94,6 @@ $mirrors = { 'Greece' => { 'http://ftp.cc.uoc.gr/mirrors/CTAN/' => 1 }, - 'Italy' => { - 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1 - }, 'Netherlands' => { 'http://ctan.cs.uu.nl/' => 1, 'http://ctan.triasinformatica.nl/' => 1, |