diff options
author | Karl Berry <karl@freefriends.org> | 2023-12-16 00:43:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-12-16 00:43:17 +0000 |
commit | 465223cbf4e6a8fe3293e3ae17a07945a03cd095 (patch) | |
tree | c6438d27198323f9dadae4f8c1179c7e576ace95 /Master/tlpkg | |
parent | 5c1506712b815bb4a77d1e433bc0dfc03c119280 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@69143 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 95eaa610a7d..6123ff9996b 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -25,6 +25,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' => { 'https://in.mirrors.cicku.me/ctan/' => 1, 'https://mirror.niser.ac.in/ctan/' => 1, |