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 e245c3073f7..dbbc0aa44df 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' => { @@ -46,7 +45,8 @@ $mirrors = { 'http://ossm.utm.my/tex-archive/' => 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 @@ -120,7 +120,6 @@ $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 }, |