diff options
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index e248e386900..a9362dab177 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -15,9 +15,6 @@ $mirrors = { 'Hong Kong' => { 'ftp://ftp.comp.hkbu.edu.hk/pub/TeX/CTAN/' => 1 }, - 'India' => { - 'http://ctan.imsc.res.in/' => 1 - }, 'Indonesia' => { 'http://kambing.ui.ac.id/ctan/' => 1 }, @@ -155,8 +152,7 @@ $mirrors = { 'http://mirror.utexas.edu/ctan/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'http://mirrors.med.harvard.edu/ctan/' => 1, - 'http://mirrors.rit.edu/CTAN/' => 1, - 'http://www.math.washington.edu/tex-archive/' => 1 + 'http://mirrors.rit.edu/CTAN/' => 1 } }, 'South America' => { |