diff options
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 030debb9560..b170eb908d5 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -22,7 +22,8 @@ $mirrors = { 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'India' => { - 'http://ctan.imsc.res.in/' => 1 + 'http://ctan.imsc.res.in/' => 1, + 'http://mirror.iopb.res.in/tex-archive/' => 1 }, 'Iran' => { 'http://ctan.asis.io/' => 1, @@ -162,6 +163,7 @@ $mirrors = { 'http://ctan.mirrors.hoobly.com/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, 'http://mirror.las.iastate.edu/tex-archive/' => 1, + 'http://mirror.utexas.edu/ctan/' => 1, 'http://mirrors.concertpass.com/tex-archive/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'http://mirrors.rit.edu/CTAN/' => 1 |