summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/ctan-mirrors.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-11 22:00:49 +0000
committerKarl Berry <karl@freefriends.org>2023-03-11 22:00:49 +0000
commitd864cc4ded425dfcda585b0dbec6db6df53fa1cc (patch)
treef6be81b57c55965519ef86287f59358765070b6d /Master/tlpkg/installer/ctan-mirrors.pl
parent2b6ec136d026498734549439187f1e8162745855 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@66565 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl10
1 files changed, 0 insertions, 10 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index 86726f05c7d..5a5ca0719f1 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -24,9 +24,6 @@ $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,
},
@@ -163,7 +160,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,
@@ -184,9 +180,6 @@ $mirrors = {
'https://mirror.its.dal.ca/ctan/' => 1,
'https://muug.ca/mirror/ctan/' => 1,
},
- 'Costa Rica' => {
- 'https://mirrors.ucr.ac.cr/CTAN/' => 1,
- },
'USA' => {
'http://bay.uchicago.edu/CTAN/' => 1,
'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1,
@@ -212,8 +205,5 @@ $mirrors = {
'Brazil' => {
'https://linorg.usp.br/CTAN/' => 1,
},
- 'Chile' => {
- 'https://ctan.dcc.uchile.cl/' => 1,
- },
},
};