diff options
author | Karl Berry <karl@freefriends.org> | 2021-04-20 23:48:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-04-20 23:48:46 +0000 |
commit | 5233f378b0927bc48d3e26c29e37ae74bdd53c1d (patch) | |
tree | 931ffd1e4b2e50c8156d92ef13d131af892cf051 /Master/tlpkg/installer | |
parent | b9b7f007e060a5e7ee77956a225ba1f609a8910a (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@58933 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 3144b2affcc..20d7bd85b91 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -50,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://cran.asia/tex/' => 1, 'https://ftp.harukasan.org/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, @@ -174,6 +173,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' => { @@ -183,6 +183,7 @@ $mirrors = { 'http://ctan.math.utah.edu/ctan/tex-archive/' => 1, 'http://ctan.math.washington.edu/tex-archive/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, + 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'https://ctan.math.illinois.edu/' => 1, 'https://mirror.las.iastate.edu/tex-archive/' => 1, 'https://mirrors.concertpass.com/tex-archive/' => 1, |