diff options
author | Karl Berry <karl@freefriends.org> | 2020-07-24 23:53:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-07-24 23:53:50 +0000 |
commit | 9223a2d2c3ba7cbc81dac3397a9a321e74f93da4 (patch) | |
tree | 7da8985b1ad579267f3afe5abff03f80552f0579 /Master/tlpkg/installer/ctan-mirrors.pl | |
parent | 8c7e6cfa188f6f2969e894055896cbe130e26510 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@55935 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index da5d63fdb11..1ea88ec64b0 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,5 +1,8 @@ $mirrors = { 'Africa' => { + 'Algeria' => { + 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1, + }, 'Morocco' => { 'https://mirror.marwan.ma/ctan/' => 1, }, @@ -47,7 +50,6 @@ $mirrors = { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.kakao.com/CTAN/' => 1, - 'https://ftp.harukasan.org/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, @@ -163,6 +165,7 @@ $mirrors = { 'http://ctan.mirror.globo.tech/' => 1, 'http://ctan.mirror.rafal.ca/' => 1, 'https://ctan.math.ca/tex-archive/' => 1, + 'https://mirror.its.dal.ca/ctan/' => 1, 'https://muug.ca/mirror/ctan/' => 1, }, 'Costa Rica' => { |