diff options
author | Karl Berry <karl@freefriends.org> | 2019-06-25 23:53:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-06-25 23:53:32 +0000 |
commit | d84be1b62bb4283eda9fbf636ed5a2e24f1cdb80 (patch) | |
tree | a2db5a7d8b2344ce2a7d26e8d42d517d98ff8aa4 /Master/tlpkg | |
parent | b3a2ce38e37fed168bc0b3a6b8a65ec813e0a2b8 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@51466 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index d7e981317ed..a0fa914aec7 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -12,7 +12,6 @@ $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, @@ -42,6 +41,7 @@ $mirrors = { 'http://mirror.pregi.net/tex-archive/' => 1 }, 'Taiwan' => { + 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1 } }, @@ -134,6 +134,7 @@ $mirrors = { }, 'North America' => { 'Canada' => { + 'http://ctan.forsale.plus/' => 1, 'http://ctan.math.ca/tex-archive/' => 1, 'http://ctan.mirror.colo-serv.net/' => 1, 'http://ctan.mirror.rafal.ca/' => 1, |