diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-27 01:23:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-27 01:23:23 +0000 |
commit | 862805248e71a28775dd7d469e5149397f710a68 (patch) | |
tree | a88284fa3235d3fc2a688f76ac84bcba474188a7 /Master/tlpkg | |
parent | 1a51cb6983ced4d70935396d41f32f8ec85c894e (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49260 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index ee5f7ba25fb..6650cfdcaf7 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -13,12 +13,10 @@ $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.huaweicloud.com/repository/toolkit/CTAN/' => 1, 'http://mirrors.shu.edu.cn/CTAN/' => 1, - 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, - 'http://mirrors.ustc.edu.cn/CTAN/' => 1 + 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1 }, 'India' => { 'http://ctan.imsc.res.in/' => 1, @@ -111,7 +109,6 @@ $mirrors = { 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1 }, 'Portugal' => { - 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, 'ftp://ftp.ist.utl.pt/pub/ctan/' => 1, 'http://mirrors.up.pt/pub/CTAN/' => 1 }, |