summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl7
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index f82f1642176..0ea9ad03797 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -1,8 +1,5 @@
$mirrors = {
'Africa' => {
- 'Algeria' => {
- 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1
- },
'South Africa' => {
'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1,
'http://ftp.sun.ac.za/ftp/CTAN/' => 1,
@@ -19,7 +16,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.ai/' => 1,
@@ -152,6 +150,7 @@ $mirrors = {
'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
}
},