diff options
author | Karl Berry <karl@freefriends.org> | 2022-12-18 00:49:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-12-18 00:49:55 +0000 |
commit | c5886f2d1340fe1b02413e8b66f966d482e7174a (patch) | |
tree | 921073b7867aea9d1bb26dbe083c4f0d8a5e6b0a | |
parent | 6b97752e9ede97efcd2b262266e46945906b6bdf (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@65303 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index ef6ef3e990a..de3e31be86c 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -36,7 +36,6 @@ $mirrors = { }, 'Iran' => { 'https://ctan.asis.sh/' => 1, - 'https://mirror.bardia.tech/ctan/' => 1, }, 'Japan' => { 'http://ring.airnet.ne.jp/archives/text/CTAN/' => 1, @@ -49,6 +48,7 @@ $mirrors = { 'https://cran.asia/tex/' => 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, }, 'Philippines' => { @@ -73,6 +73,7 @@ $mirrors = { 'https://mirror.datacenter.by/pub/mirrors/CTAN/' => 1, }, 'Czech Republic' => { + 'http://ftp.cvut.cz/tex-archive/' => 1, 'https://mirrors.nic.cz/tex-archive/' => 1, }, 'Denmark' => { |