diff options
author | Karl Berry <karl@freefriends.org> | 2024-08-20 23:40:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-08-20 23:40:19 +0000 |
commit | 90734a749058563b930415ee07cb794bd46822d1 (patch) | |
tree | 6135e012899321ddd972cdfa7e72ad5bf2dfff21 /Master | |
parent | 411cd39402e99274f44b47d8805631215694f9f5 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@72075 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 39ae0b67ab9..e7d850f2fed 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -31,7 +31,6 @@ $mirrors = { 'India' => { 'https://2.mirrors.in.sahilister.net/ctan/' => 1, 'https://in.mirrors.cicku.me/ctan/' => 1, - 'https://mirror.niser.ac.in/ctan/' => 1, }, 'Indonesia' => { 'http://repo.ugm.ac.id/ctan/' => 1, @@ -51,6 +50,7 @@ $mirrors = { '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, 'https://mirror.navercorp.com/CTAN/' => 1, }, @@ -152,11 +152,11 @@ $mirrors = { 'https://mirrors.nxthost.com/ctan/' => 1, }, 'Russia' => { + 'https://ctan.altspu.ru/' => 1, 'https://mirror.macomnet.net/pub/CTAN/' => 1, 'https://mirror.truenetwork.ru/CTAN/' => 1, }, 'Spain' => { - 'https://ctan.fisiquimicamente.com/' => 1, 'https://ctan.javinator9889.com/' => 1, 'https://osl.ugr.es/CTAN/' => 1, }, |