diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-07 01:23:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-07 01:23:12 +0000 |
commit | 73a61abbeeaaadb9c4b90875e095182f844b04b3 (patch) | |
tree | d882a2efd6aa18468e5e7986df24cabb9a0abfe4 /Master/tlpkg | |
parent | f2dd36bd797a76be0bbe087f58916b03ab6be9c4 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49097 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 99fd5485809..f643b490711 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -13,6 +13,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.huaweicloud.com/repository/toolkit/CTAN/' => 1, 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, @@ -146,8 +147,7 @@ $mirrors = { 'http://ctan.math.ca/tex-archive/' => 1, 'http://ctan.mirror.colo-serv.net/' => 1, 'http://ctan.mirror.rafal.ca/' => 1, - 'http://mirror.its.dal.ca/ctan/' => 1, - 'http://muug.ca/mirror/ctan/' => 1 + 'http://mirror.its.dal.ca/ctan/' => 1 }, 'Costa Rica' => { 'http://mirrors.ucr.ac.cr/CTAN/' => 1 |