summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl7
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index f779c09c666..8bb083369bd 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -96,7 +96,8 @@ $mirrors = {
'http://ftp.cc.uoc.gr/mirrors/CTAN/' => 1
},
'Italy' => {
- 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1
+ 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1,
+ 'http://ftp.uniRoma2.it/TeX/' => 1
},
'Lithuania' => {
'http://ctan.vgtu.lt/' => 1
@@ -144,6 +145,9 @@ $mirrors = {
'Costa Rica' => {
'http://mirrors.ucr.ac.cr/CTAN/' => 1
},
+ 'Mexico' => {
+ 'http://tezcatl.fciencias.unam.mx/tex-archive/' => 1
+ },
'USA' => {
'http://bay.uchicago.edu/tex-archive/' => 1,
'http://ctan.mackichan.com/' => 1,
@@ -173,6 +177,7 @@ $mirrors = {
'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1
},
'Colombia' => {
+ 'http://ctan.uniminuto.edu/' => 1,
'http://www.laqee.unal.edu.co/tex-archive/' => 1
}
}