diff options
author | Karl Berry <karl@freefriends.org> | 2023-07-25 23:43:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-07-25 23:43:46 +0000 |
commit | 6810cbfbe9914bafe0073421932f12e647cf1a16 (patch) | |
tree | 342b56f3f9604630b4fc770cf2ee6ee02a9a9d0c | |
parent | 0eaf15ef02b3c2aa1d3b580610953e1a58f6ed10 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@67733 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index a6b120836c8..d483d113ff1 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -37,7 +37,6 @@ $mirrors = { }, 'Iran' => { 'https://ctan.asis.sh/' => 1, - 'https://ctan.yazd.ac.ir/' => 1, }, 'Japan' => { 'https://ftp.jaist.ac.jp/pub/CTAN/' => 1, @@ -45,6 +44,7 @@ $mirrors = { 'https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1, }, 'Korea' => { + '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, @@ -109,7 +109,6 @@ $mirrors = { }, 'Greece' => { 'http://ftp.ntua.gr/mirror/ctan/' => 1, - 'https://fosszone.csd.auth.gr/CTAN/' => 1, 'https://ftp.cc.uoc.gr/mirrors/CTAN/' => 1, }, 'Hungary' => { @@ -197,7 +196,6 @@ $mirrors = { }, 'Oceania' => { 'Australia' => { - 'https://mirror.aarnet.edu.au/pub/CTAN/' => 1, 'https://mirror.cse.unsw.edu.au/pub/CTAN/' => 1, }, }, |