diff options
author | Karl Berry <karl@freefriends.org> | 2022-01-24 00:49:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-01-24 00:49:26 +0000 |
commit | 8832e99707958a8c6c03cbc55436029c4d5c835f (patch) | |
tree | 699a6799c4ea8e99cc27e7dd905115e47ddfe9ae | |
parent | 166df71d10f324cd647b95ab10784fc46c929bd2 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@61721 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 01f1d5a1083..18e89d09487 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -18,8 +18,6 @@ $mirrors = { 'https://mirrors.aliyun.com/CTAN/' => 1, 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, 'https://mirrors.cloud.tencent.com/CTAN/' => 1, - 'https://mirrors.cqu.edu.cn/CTAN/' => 1, - 'https://mirrors.dgut.edu.cn/CTAN/' => 1, 'https://mirrors.hit.edu.cn/CTAN/' => 1, 'https://mirrors.nju.edu.cn/CTAN/' => 1, 'https://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, @@ -180,6 +178,7 @@ $mirrors = { 'Canada' => { 'https://ctan.math.ca/tex-archive/' => 1, 'https://ctan.mirror.globo.tech/' => 1, + 'https://ctan.mirror.rafal.ca/' => 1, 'https://mirror.csclub.uwaterloo.ca/CTAN/' => 1, 'https://muug.ca/mirror/ctan/' => 1, }, |