diff options
author | Karl Berry <karl@freefriends.org> | 2021-01-05 00:54:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-01-05 00:54:02 +0000 |
commit | b426cf4f941098820b71fd18f6522cc1488e2fce (patch) | |
tree | 256757a404c13a29f9ba6ab9992d728bcaba1d33 /Master/tlpkg | |
parent | f95dc1e67bfe4047deb070767b897218fd1aadd0 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@57330 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 2cf9cd174c4..7fc4c5fe6da 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -16,6 +16,7 @@ $mirrors = { '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, @@ -151,6 +152,7 @@ $mirrors = { }, 'Sweden' => { 'https://ftp.acc.umu.se/mirror/CTAN/' => 1, + 'https://ftpmirror1.infania.net/mirror/CTAN/' => 1, }, 'Switzerland' => { 'https://mirror.foobar.to/CTAN/' => 1, |