diff options
author | Karl Berry <karl@freefriends.org> | 2022-02-14 00:48:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-02-14 00:48:33 +0000 |
commit | 081a18380b9a8d620d2077126008912608650a34 (patch) | |
tree | c6142030b9306791a3f67824b64a4dcd2f5e1e45 /Master/tlpkg | |
parent | aa24bfafa900f8fa64487de7cbe212e2896c48bf (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@62015 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index eb3731230da..97c12aa16c0 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,8 +1,5 @@ $mirrors = { 'Africa' => { - '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, @@ -158,7 +155,6 @@ $mirrors = { 'https://ctan.ijs.si/tex-archive/' => 1, }, 'Spain' => { - 'https://ctan.javinator9889.com/' => 1, 'https://osl.ugr.es/CTAN/' => 1, }, 'Sweden' => { @@ -177,6 +173,7 @@ $mirrors = { 'Canada' => { 'https://ctan.math.ca/tex-archive/' => 1, 'https://ctan.mirror.globo.tech/' => 1, + 'https://ctan.mirror.rafal.ca/' => 1, 'https://mirror.csclub.uwaterloo.ca/CTAN/' => 1, 'https://muug.ca/mirror/ctan/' => 1, }, @@ -193,7 +190,6 @@ $mirrors = { 'https://mirror.las.iastate.edu/tex-archive/' => 1, 'https://mirror.math.princeton.edu/pub/CTAN/' => 1, 'https://mirror.mwt.me/ctan/' => 1, - 'https://mirrors.concertpass.com/tex-archive/' => 1, 'https://mirrors.mit.edu/CTAN/' => 1, 'https://mirrors.rit.edu/CTAN/' => 1, }, |