diff options
author | Karl Berry <karl@freefriends.org> | 2022-03-04 00:28:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-03-04 00:28:32 +0000 |
commit | b59e048a8bbb818e8af2817c68db8fcc2618c6ed (patch) | |
tree | 1a59c910d9608b88d6d5f6e73eeafa3264c66098 /Master | |
parent | 537ea1681166a0a629259c94145c340f06738b90 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@62383 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 36275a52f98..2d316edce2e 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -38,7 +38,6 @@ $mirrors = { 'http://ctan.yazd.ac.ir/' => 1, 'https://ctan.asis.ai/' => 1, 'https://ctan.um.ac.ir/' => 1, - 'https://mirror.bardia.tech/ctan/' => 1, }, 'Japan' => { 'http://ring.airnet.ne.jp/archives/text/CTAN/' => 1, @@ -63,6 +62,9 @@ $mirrors = { 'Singapore' => { 'https://download.nus.edu.sg/mirror/ctan/' => 1, }, + 'Taiwan' => { + 'https://ftp.ntou.edu.tw/ctan/' => 1, + }, 'Thailand' => { 'https://mirror.kku.ac.th/CTAN/' => 1, }, |