diff options
author | Karl Berry <karl@freefriends.org> | 2023-04-27 23:49:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-04-27 23:49:31 +0000 |
commit | b1c132222e059812d437f8224f9ff766488cf894 (patch) | |
tree | 1d053076b31a73c855a78b701405bdee4f22aed6 /Master | |
parent | e2bc1aa033cc99e766ad809ebee2e56b27ffe491 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@66958 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index aa3d5ac4699..5718096e220 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -57,6 +57,9 @@ $mirrors = { 'Singapore' => { 'https://download.nus.edu.sg/mirror/ctan/' => 1, }, + 'Taiwan' => { + 'https://ctan.mirror.twds.com.tw/tex-archive/' => 1, + }, 'Thailand' => { 'https://mirror.kku.ac.th/CTAN/' => 1, }, @@ -64,6 +67,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, @@ -155,7 +159,6 @@ $mirrors = { 'https://ctan.ijs.si/tex-archive/' => 1, }, 'Spain' => { - 'https://ctan.fisiquimicamente.com/' => 1, 'https://ctan.javinator9889.com/' => 1, 'https://osl.ugr.es/CTAN/' => 1, }, |