summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index 3b4c3b523bc..c6fb074ae5e 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -8,11 +8,10 @@ $mirrors = {
},
'Asia' => {
'China' => {
- 'http://ftp.ctex.org/mirrors/CTAN/' => 1,
'http://mirror.bjtu.edu.cn/CTAN/' => 1,
'http://mirror.neu.edu.cn/CTAN/' => 1,
'http://mirrors.hustunique.com/CTAN/' => 1,
- 'http://mirrors.stuhome.net/CTAN/' => 1,
+ 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1,
'http://mirrors.ustc.edu.cn/CTAN/' => 1
},
'Hong Kong' => {
@@ -62,6 +61,9 @@ $mirrors = {
'Austria' => {
'http://mirror.easyname.at/ctan/' => 1
},
+ 'Belarus' => {
+ 'http://mirror.datacenter.by/pub/mirrors/CTAN/' => 1
+ },
'Czech Republic' => {
'http://ftp.cvut.cz/tex-archive/' => 1
},
@@ -159,7 +161,6 @@ $mirrors = {
},
'South America' => {
'Brazil' => {
- 'http://linorg.usp.br/CTAN/' => 1,
'http://repositorios.cpai.unb.br/ctan/' => 1
}
}