diff options
author | Karl Berry <karl@freefriends.org> | 2024-12-09 00:40:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-12-09 00:40:44 +0000 |
commit | 541155913a3ee88792bc86800d8101f25a3a8365 (patch) | |
tree | 35de899aca4b84412698b145236708012c3854f7 | |
parent | d6f1f238daff383dd187fb2a43b3181ceaaa7013 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@73077 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 446fb46d77b..7875971ae6e 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -40,6 +40,7 @@ $mirrors = { 'https://ctan.yazd.ac.ir/' => 1, }, 'Japan' => { + 'https://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'https://ftp.kddilabs.jp/CTAN/' => 1, 'https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1, 'https://jp.mirrors.cicku.me/ctan/' => 1, @@ -118,6 +119,7 @@ $mirrors = { }, 'Greece' => { 'http://ftp.ntua.gr/mirror/ctan/' => 1, + 'https://fosszone.csd.auth.gr/CTAN/' => 1, 'https://ftp.cc.uoc.gr/mirrors/CTAN/' => 1, }, 'Hungary' => { @@ -154,7 +156,6 @@ $mirrors = { 'https://mirror.truenetwork.ru/CTAN/' => 1, }, 'Spain' => { - 'https://ctan.fisiquimicamente.com/' => 1, 'https://ctan.javinator9889.com/' => 1, }, 'Sweden' => { @@ -182,9 +183,6 @@ $mirrors = { 'https://mirror.quantum5.ca/CTAN/' => 1, 'https://muug.ca/mirror/ctan/' => 1, }, - 'Costa Rica' => { - 'https://mirrors.ucr.ac.cr/CTAN/' => 1, - }, 'USA' => { 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'https://ctan.math.illinois.edu/' => 1, |