diff options
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index dec1bb4145a..a07d8aac76b 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,6 +1,7 @@ $mirrors = { 'Africa' => { 'South Africa' => { + 'http://ctan.mirror.ac.za/' => 1, 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1 } }, @@ -103,9 +104,6 @@ $mirrors = { 'http://mirror.macomnet.net/pub/CTAN/' => 1, 'http://mirrors.nlab.su/ctan/' => 1 }, - 'Serbia and Montenegro' => { - 'http://rpm.scl.rs/CTAN/' => 1 - }, 'Slovenia' => { 'http://ctan.ijs.si/tex-archive/' => 1 }, |