diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-29 23:48:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-29 23:48:44 +0000 |
commit | 089347d42a8bc7e469e149d8044274f0a6a8046d (patch) | |
tree | a120adcd9195bc649d4c4c27fda3965c443a0e5b /Master/tlpkg | |
parent | 458359fa8754178560b1b619998d465383c934cb (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@59765 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index be4860d2ab7..7b82b44be40 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -43,7 +43,9 @@ $mirrors = { 'Korea' => { 'http://ftp.ktug.org/tex-archive/' => 1, '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, }, @@ -114,9 +116,6 @@ $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, }, |