diff options
author | Karl Berry <karl@freefriends.org> | 2020-07-01 00:04:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-07-01 00:04:11 +0000 |
commit | 19a540d315bdfacfe206f7a8e8f500436330c383 (patch) | |
tree | 7398669b6cec73667964a7bbc38dd3dc3160c38a /Master/tlpkg/installer | |
parent | 1b2f4c68d2a2a01e61af8e804c851d9a59494325 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@55716 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 2b8d0bfe5b4..1a431be9b5a 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -34,6 +34,7 @@ $mirrors = { 'https://mirror.unpad.ac.id/ctan/' => 1, }, 'Iran' => { + 'http://ctan.asis.ai/' => 1, 'http://ctan.um.ac.ir/' => 1, 'http://ctan.yazd.ac.ir/' => 1, }, @@ -137,6 +138,7 @@ $mirrors = { 'Russia' => { 'http://ctan.altspu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1, + 'http://mirrors.mi.ras.ru/CTAN/' => 1, }, 'Serbia' => { 'http://ctan.mirror.ftn.uns.ac.rs/' => 1, @@ -175,7 +177,6 @@ $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, }, }, |