diff options
author | Karl Berry <karl@freefriends.org> | 2021-11-30 00:48:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-11-30 00:48:27 +0000 |
commit | 513764aaf15b7d3e47c1c12a91e8558ddc49fa2b (patch) | |
tree | b5cac90fee878c2f83c1807e1bf871bb6ef5010e /Master/tlpkg | |
parent | 7f0c74033df08873d79262c9ee4b016e054f6062 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@61188 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 0242830461d..95f10b5076d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,8 +1,5 @@ $mirrors = { 'Africa' => { - 'Algeria' => { - 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1, - }, 'Morocco' => { 'https://mirror.marwan.ma/ctan/' => 1, }, @@ -51,6 +48,7 @@ $mirrors = { 'https://cran.asia/tex/' => 1, 'https://ftp.harukasan.org/CTAN/' => 1, 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, + 'https://mirror.kakao.com/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, @@ -95,7 +93,6 @@ $mirrors = { 'http://sendinnsky.selfhost.co/tex-archive/' => 1, 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1, 'https://ctan.ebinger.cc/tex-archive/' => 1, - 'https://ctan.joethei.xyz/' => 1, 'https://ctan.kako-dev.de/' => 1, 'https://ctan.mc1.root.project-creative.net/' => 1, 'https://ctan.mirror.norbert-ruehl.de/' => 1, @@ -133,6 +130,7 @@ $mirrors = { }, 'Poland' => { 'https://ctan.gust.org.pl/tex-archive/' => 1, + 'https://ctan.mirrors.tworzy.net/' => 1, 'https://repo.skni.umcs.pl/ctan/' => 1, 'https://sunsite.icm.edu.pl/pub/CTAN/' => 1, }, |