diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-30 23:52:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-30 23:52:00 +0000 |
commit | 20f2c6d062a96bf124ee7a42fd2f677ec84378d6 (patch) | |
tree | ab8be2bf48287394467811f63cc1ffcdee051b31 /Master/tlpkg | |
parent | 77eb7898fe0944f38d9b6312e8284df03f591971 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@59786 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 7b82b44be40..39ce7f27510 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -45,7 +45,6 @@ $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, }, @@ -116,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, }, |