diff options
Diffstat (limited to 'Master')
-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 5860748d610..0e622ff8882 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -7,7 +7,6 @@ $mirrors = { 'https://mirror.marwan.ma/ctan/' => 1 }, 'South Africa' => { - '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 } @@ -131,8 +130,7 @@ $mirrors = { }, 'Russia' => { 'http://ctan.altspu.ru/' => 1, - 'http://mirror.macomnet.net/pub/CTAN/' => 1, - 'http://mirrors.mi.ras.ru/CTAN/' => 1 + 'http://mirror.macomnet.net/pub/CTAN/' => 1 }, 'Serbia' => { 'http://ctan.mirror.ftn.uns.ac.rs/' => 1 |