diff options
author | Karl Berry <karl@freefriends.org> | 2021-12-29 00:48:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-12-29 00:48:36 +0000 |
commit | c165de88c35d5d85b2b90f4e9dff8ca516311a28 (patch) | |
tree | 09b42254e019c84d9047e758e9b22fe177c30e6b /Master/tlpkg | |
parent | f87f1481a7928e0eefa259e391f3a2707e5e1346 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@61437 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index be11cecaa2a..19895fc030a 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -3,6 +3,9 @@ $mirrors = { 'Algeria' => { 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1, }, + 'Morocco' => { + 'https://mirror.marwan.ma/ctan/' => 1, + }, 'South Africa' => { 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, @@ -171,7 +174,6 @@ $mirrors = { 'https://ctan.mirror.rafal.ca/' => 1, 'https://mirror.csclub.uwaterloo.ca/CTAN/' => 1, 'https://mirror.its.dal.ca/ctan/' => 1, - 'https://muug.ca/mirror/ctan/' => 1, }, 'Costa Rica' => { 'https://mirrors.ucr.ac.cr/CTAN/' => 1, |