diff options
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index a1a04c3050d..2ff630b28bc 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -39,15 +39,15 @@ $mirrors = { 'http://ftp.neowiz.com/CTAN/' => 1 }, 'Pakistan' => { - 'http://mirror-cybernet.lums.edu.pk/pub/ctan/' => 1 + 'http://mirror-cybernet.lums.edu.pk/pub/ctan/' => 1, + 'http://stingray.cyber.net.pk/pub/ctan/' => 1 }, 'Singapore' => { 'http://download.nus.edu.sg/mirror/CTAN/' => 1 }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, - 'http://ctan.cdpa.nsysu.edu.tw/' => 1, - 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 + 'http://ctan.cdpa.nsysu.edu.tw/' => 1 }, 'Thailand' => { 'http://ctan.megagod.net/tex-archive/' => 1 |