diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-20 23:53:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-20 23:53:55 +0000 |
commit | 1ad49dbb624e03790f577abb2521cb7a98d503f1 (patch) | |
tree | 105e3b8631a01a6288cb640db6235fc91c1344c6 /Master/tlpkg | |
parent | 115375c2d5dfd4c4bbeff813105744bf99f5a3d2 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@52469 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index d30f3d87c59..2aaaabc9b31 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -43,7 +43,6 @@ $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 }, @@ -184,10 +183,5 @@ $mirrors = { 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } - }, - 'South America' => { - 'Brazil' => { - 'http://linorg.usp.br/CTAN/' => 1 - } } }; |