diff options
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 0431938461b..c7330d57166 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -22,7 +22,8 @@ $mirrors = { 'http://kebo.vlsm.org/CTAN/' => 1 }, 'Iran' => { - 'http://ctan.um.ac.ir/' => 1 + 'http://ctan.um.ac.ir/' => 1, + 'http://ctan.yazduni.ac.ir/' => 1 }, 'Japan' => { 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 @@ -125,6 +126,9 @@ $mirrors = { 'Costa Rica' => { 'http://mirrors.ucr.ac.cr/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, |