diff options
author | Karl Berry <karl@freefriends.org> | 2022-01-13 00:48:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-01-13 00:48:16 +0000 |
commit | a05e0200d24864ae62151135bcd27d999161f6e5 (patch) | |
tree | 7cf46a87030ab2cae0636e55235f40bfa1a14853 /Master/tlpkg | |
parent | da975156ac3a17b58399f7893cc771b8e25a8f89 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@61594 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 6acf250c038..680d0b7c4d8 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -26,6 +26,9 @@ $mirrors = { 'https://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'https://mirrors.ustc.edu.cn/CTAN/' => 1, }, + 'Hong Kong' => { + 'https://mirror-hk.koddos.net/CTAN/' => 1, + }, 'India' => { 'http://ctan.imsc.res.in/' => 1, }, @@ -159,7 +162,6 @@ $mirrors = { }, 'Sweden' => { 'https://ftp.acc.umu.se/mirror/CTAN/' => 1, - 'https://ftpmirror1.infania.net/mirror/CTAN/' => 1, }, 'Switzerland' => { 'https://mirror.foobar.to/CTAN/' => 1, |