diff options
author | Karl Berry <karl@freefriends.org> | 2024-01-29 00:44:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-01-29 00:44:03 +0000 |
commit | a1d909ddbb390163649e3e52548f63783f8cf8b0 (patch) | |
tree | 2dcfef78639f78b96f4a3c747e5795eb1542da9b /Master | |
parent | b46b7f5087936749c1b11972577bf56907d244d7 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@69626 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index ede6092268d..016e17ba57c 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -59,6 +59,9 @@ $mirrors = { 'Taiwan' => { 'https://ctan.mirror.twds.com.tw/tex-archive/' => 1, }, + 'Thailand' => { + 'https://mirror.kku.ac.th/CTAN/' => 1, + }, }, 'Europe' => { 'Austria' => { @@ -135,7 +138,6 @@ $mirrors = { 'Poland' => { 'https://ctan.gust.org.pl/tex-archive/' => 1, 'https://polish-mirror.evolution-host.com/ctan/' => 1, - 'https://sunsite.icm.edu.pl/pub/CTAN/' => 1, }, 'Portugal' => { 'https://ftp.eq.uc.pt/software/TeX/' => 1, @@ -152,7 +154,6 @@ $mirrors = { 'Spain' => { 'https://ctan.fisiquimicamente.com/' => 1, 'https://ctan.javinator9889.com/' => 1, - 'https://osl.ugr.es/CTAN/' => 1, }, 'Sweden' => { 'https://ftp.acc.umu.se/mirror/CTAN/' => 1, |