diff options
author | Karl Berry <karl@freefriends.org> | 2023-01-14 00:49:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-01-14 00:49:19 +0000 |
commit | fe0a6d1db1e8e9f87f4fc6d52bdd1b27f4f3c6d0 (patch) | |
tree | 8644fc04ae20494be76dcc8c1a051a3dd25f2282 /Master/tlpkg/installer | |
parent | 0b11f922a4aec44ca8516d6c60088b4c43ff5f63 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@65535 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index d8bcb610dec..4987eeaa604 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -53,9 +53,6 @@ $mirrors = { 'Philippines' => { 'http://mirror.rise.ph/ctan/' => 1, }, - 'Singapore' => { - 'https://download.nus.edu.sg/mirror/ctan/' => 1, - }, 'Thailand' => { 'https://mirror.kku.ac.th/CTAN/' => 1, }, @@ -171,6 +168,7 @@ $mirrors = { }, 'North America' => { '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, |