diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-01 00:20:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-01 00:20:40 +0000 |
commit | ff35539529c54ae67769af89a5b68ad0884cc7ae (patch) | |
tree | aa67ec6452176afb0657f2286179b160b21c06b9 /Master/tlpkg/installer | |
parent | 2188d323bfa692b6b5c0ebf7d915e7440423daf2 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@52235 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 7e0e7f9fa4c..0d7f2c0d941 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -12,9 +12,7 @@ $mirrors = { 'Asia' => { 'China' => { 'http://mirror.lzu.edu.cn/CTAN/' => 1, - 'http://mirrors.cqu.edu.cn/CTAN/' => 1, 'http://mirrors.geekpie.club/CTAN/' => 1, - 'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, @@ -164,10 +162,5 @@ $mirrors = { 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } - }, - 'South America' => { - 'Brazil' => { - 'http://linorg.usp.br/CTAN/' => 1 - } } }; |