diff options
author | Karl Berry <karl@freefriends.org> | 2024-04-12 23:44:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-04-12 23:44:02 +0000 |
commit | 8e60ff2cedf411afaa376fa501446d639405ef4f (patch) | |
tree | c8011a418cd0d7d9e179318c32512d56e364aae2 | |
parent | 25295edfd287d948dd120ca9548ee1b9b6b813bf (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@70933 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 7f9bc3d86d2..28584145525 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -39,6 +39,7 @@ $mirrors = { 'https://ctan.yazd.ac.ir/' => 1, }, '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, @@ -46,6 +47,7 @@ $mirrors = { }, 'Korea' => { 'http://ftp.ktug.org/tex-archive/' => 1, + 'https://ftp.kaist.ac.kr/tex-archive/' => 1, 'https://kr.mirrors.cicku.me/ctan/' => 1, 'https://lab.uklee.pe.kr/tex-archive/' => 1, 'https://mirror.kakao.com/CTAN/' => 1, |