diff options
author | Karl Berry <karl@freefriends.org> | 2020-12-01 01:05:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-12-01 01:05:49 +0000 |
commit | 3359c93fc0eaeaeb930a51490a795ae2c1680506 (patch) | |
tree | 6bbfe28befeec2d0bd2cd4479e9b477df01d9b5b /Master/tlpkg/installer | |
parent | 65410d793c2b2166bb997bb1a86676e342d54ebc (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@57040 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 2270a6887a1..844afc62cc0 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -40,6 +40,7 @@ $mirrors = { 'Japan' => { 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1, + 'https://ftp.kddilabs.jp/CTAN/' => 1, 'https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1, }, 'Korea' => { @@ -152,6 +153,7 @@ $mirrors = { }, 'Spain' => { 'https://ctan.javinator9889.com/' => 1, + 'https://osl.ugr.es/CTAN/' => 1, }, 'Sweden' => { 'https://ftp.acc.umu.se/mirror/CTAN/' => 1, |