diff options
author | Karl Berry <karl@freefriends.org> | 2023-03-05 00:49:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-03-05 00:49:26 +0000 |
commit | d2180bf984a8ddf09cc1e5408949b9c484254c36 (patch) | |
tree | 72e664a09b041fd7aa9df0e0a23b9062970c0826 /Master/tlpkg/installer | |
parent | 4e19f3f2d8f7966cdcd1172df5383dc3faffaed1 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@66354 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 3d76cbbce0b..192d8965ae1 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -46,7 +46,6 @@ $mirrors = { 'Korea' => { 'http://ftp.ktug.org/tex-archive/' => 1, 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, - 'https://lab.uklee.pe.kr/tex-archive/' => 1, 'https://mirror.kakao.com/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, }, @@ -80,7 +79,6 @@ $mirrors = { 'https://www.texlive.info/CTAN/' => 1, }, 'France' => { - 'https://ctan.crest.fr/tex-archive/' => 1, 'https://ctan.gutenberg-asso.fr/' => 1, 'https://ctan.mines-albi.fr/' => 1, 'https://ctan.tetaneutral.net/' => 1, @@ -117,6 +115,9 @@ $mirrors = { 'http://ftp.ntua.gr/mirror/ctan/' => 1, 'https://ftp.cc.uoc.gr/mirrors/CTAN/' => 1, }, + 'Hungary' => { + 'https://mirror.szerverem.hu/ctan/' => 1, + }, 'Italy' => { 'https://ctan.mirror.garr.it/mirrors/ctan/' => 1, }, |