diff options
-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 4ac4cda80d4..404ff9edef7 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -68,6 +68,7 @@ $mirrors = { }, 'Germany' => { 'ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/' => 1, + 'http://ctan.larsko.net/' => 1, 'http://ftp.uni-erlangen.de/mirrors/CTAN/' => 1, 'http://mirror.informatik.uni-mannheim.de/pub/mirrors/tex-archive/' => 1, 'http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 @@ -117,9 +118,6 @@ $mirrors = { 'http://mirror.csclub.uwaterloo.ca/CTAN/' => 1, 'http://mirror.its.dal.ca/ctan/' => 1 }, - 'Mexico' => { - 'http://tezcatl.fciencias.unam.mx/tex-archive/' => 1 - }, 'USA' => { 'http://ctan.mackichan.com/' => 1, 'http://ctan.math.utah.edu/ctan/tex-archive/' => 1, |