diff options
author | Karl Berry <karl@freefriends.org> | 2021-04-26 23:48:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-04-26 23:48:27 +0000 |
commit | 56887973b56bae72759bb0b0bf0d2e378810946b (patch) | |
tree | 026797c1b5eaef27404903f1de5a0f7625f17ba2 /Master | |
parent | 8e86ea6a2bb71590927e4b638d4d24eb56446e14 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@58994 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index ee8297e0472..87431d42951 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -27,12 +27,17 @@ $mirrors = { 'Hong Kong' => { 'https://mirror-hk.koddos.net/CTAN/' => 1, }, + 'India' => { + 'http://ctan.imsc.res.in/' => 1, + 'https://mirror.jit.ac.in/tex-archive/' => 1, + }, 'Indonesia' => { 'https://mirror.unpad.ac.id/ctan/' => 1, }, 'Iran' => { 'http://ctan.yazd.ac.ir/' => 1, 'https://ctan.asis.ai/' => 1, + 'https://ctan.um.ac.ir/' => 1, }, 'Japan' => { 'https://ftp.jaist.ac.jp/pub/CTAN/' => 1, @@ -137,7 +142,6 @@ $mirrors = { '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, }, 'Serbia' => { 'http://ctan.mirror.ftn.uns.ac.rs/' => 1, |