diff options
author | Karl Berry <karl@freefriends.org> | 2022-12-19 00:47:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-12-19 00:47:38 +0000 |
commit | 4bd976137b4455ec53eb74d2f04fd2a57a598068 (patch) | |
tree | f684a7008993894d3a2d419e3ce4e7a976641bf7 /Master/tlpkg/installer | |
parent | 7dabb0fa7f8ff1d639e47e52318bc3b83a096af6 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@65311 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-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 6602061ad31..b2fc2050669 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,7 +48,6 @@ $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' => { @@ -147,6 +145,7 @@ $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, 'https://mirrors.mi-ras.ru/CTAN/' => 1, |