summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-12 02:29:33 +0000
committerKarl Berry <karl@freefriends.org>2023-03-12 02:29:33 +0000
commitd716e4430d65564fa0eba61f1bf1e4903e1e083d (patch)
tree52cb5264b2dab25b00df453a3fe3ef64bacd5a82 /Master/tlpkg/installer
parent895d97d5d4f34767967e16c7308f4f7d8efd5dc8 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/branches/branch2022.final@66570 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index 3201141fb90..2ae6d96b40d 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -24,6 +24,9 @@ $mirrors = {
'https://mirrors.ustc.edu.cn/CTAN/' => 1,
'https://mirrors.zju.edu.cn/CTAN/' => 1,
},
+ 'Hong Kong' => {
+ 'https://mirror-hk.koddos.net/CTAN/' => 1,
+ },
'India' => {
'https://mirror.niser.ac.in/ctan/' => 1,
},
@@ -209,8 +212,5 @@ $mirrors = {
'Brazil' => {
'https://linorg.usp.br/CTAN/' => 1,
},
- 'Chile' => {
- 'https://ctan.dcc.uchile.cl/' => 1,
- },
},
};