summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index 2aaaabc9b31..d30f3d87c59 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -43,6 +43,7 @@ $mirrors = {
},
'Korea' => {
'http://ftp.harukasan.org/CTAN/' => 1,
+ 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1,
'http://ftp.ktug.org/tex-archive/' => 1,
'http://mirror.navercorp.com/CTAN/' => 1
},
@@ -183,5 +184,10 @@ $mirrors = {
'New Zealand' => {
'http://mirror.aut.ac.nz/CTAN/' => 1
}
+ },
+ 'South America' => {
+ 'Brazil' => {
+ 'http://linorg.usp.br/CTAN/' => 1
+ }
}
};