diff options
author | Karl Berry <karl@freefriends.org> | 2021-02-23 00:53:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-02-23 00:53:12 +0000 |
commit | 8a4e7beb2af659df86a2018c5d085baccfb76db9 (patch) | |
tree | 266ce2557d2a12c11e4f4c9f09e32ef580660eb7 | |
parent | 89590d9be78918673fe9f2d54335f0c2b5af1d6f (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@57852 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 52e503fedd3..9cdd8c5cdc9 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -16,8 +16,8 @@ $mirrors = { 'China' => { 'https://mirror.bjtu.edu.cn/CTAN/' => 1, 'https://mirrors.aliyun.com/CTAN/' => 1, + 'https://mirrors.bfsu.edu.cn/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, @@ -124,7 +124,6 @@ $mirrors = { 'http://ctan.cs.uu.nl/' => 1, 'https://ftp.snt.utwente.nl/pub/software/tex/' => 1, 'https://mirror.koddos.net/CTAN/' => 1, - 'https://mirror.lyrahosting.com/CTAN/' => 1, }, 'Norway' => { 'https://ctan.uib.no/' => 1, |