diff options
author | Karl Berry <karl@freefriends.org> | 2022-05-14 23:49:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-05-14 23:49:19 +0000 |
commit | 7b57efdf24ffcf65d1d9721b7125d5de46a43cf7 (patch) | |
tree | 285cb15c1e8ae1c43dd547ffdfed416a4615b34d /Master/tlpkg | |
parent | fb4483d249ca974e1266e409906f2d9dfb9b67b9 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@63304 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 548680ea003..dde956a9c54 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -42,15 +42,14 @@ $mirrors = { }, 'Japan' => { 'http://ring.airnet.ne.jp/archives/text/CTAN/' => 1, + 'https://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'https://ftp.kddilabs.jp/CTAN/' => 1, 'https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1, }, '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, }, |