diff options
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index a3ddccfa88c..ec6a7ac9c8c 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -86,6 +86,7 @@ $mirrors = { 'http://ctan.127001.ovh/' => 1, 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, + 'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1, 'http://mirror.unicorncloud.org/CTAN/' => 1, 'http://par-epistemen-taksis.de/tex-archive/' => 1, 'http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 @@ -114,6 +115,9 @@ $mirrors = { 'http://ftp.eq.uc.pt/software/TeX/' => 1, 'http://mirrors.fe.up.pt/pub/CTAN/' => 1 }, + 'Russia' => { + 'http://ctan.uni-altai.ru/' => 1 + }, 'Slovenia' => { 'http://ctan.ijs.si/tex-archive/' => 1 }, |