diff options
author | Karl Berry <karl@freefriends.org> | 2023-03-07 02:29:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-03-07 02:29:01 +0000 |
commit | 9d6bae84b3b8804d5413bbc69a403f1f7e043e92 (patch) | |
tree | 48c878f7826ae7818cb2347eba604e24ef31e017 | |
parent | 21e4b8d93fecbce13db272d7bc44bb65732aec67 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/branches/branch2022.final@66415 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 693e01ac93a..cb2becb30c6 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -63,6 +63,7 @@ $mirrors = { 'Europe' => { 'Austria' => { 'https://mirror.easyname.at/ctan/' => 1, + 'https://mirror.kumi.systems/ctan/' => 1, }, 'Belarus' => { 'https://mirror.datacenter.by/pub/mirrors/CTAN/' => 1, @@ -79,6 +80,7 @@ $mirrors = { 'https://www.texlive.info/CTAN/' => 1, }, 'France' => { + 'https://ctan.crest.fr/tex-archive/' => 1, 'https://ctan.gutenberg-asso.fr/' => 1, 'https://ctan.mines-albi.fr/' => 1, 'https://ctan.tetaneutral.net/' => 1, @@ -134,6 +136,7 @@ $mirrors = { 'https://ctan.gust.org.pl/tex-archive/' => 1, 'https://polish-mirror.evolution-host.com/ctan/' => 1, 'https://repo.skni.umcs.pl/ctan/' => 1, + 'https://sunsite.icm.edu.pl/pub/CTAN/' => 1, }, 'Portugal' => { 'https://ftp.eq.uc.pt/software/TeX/' => 1, |