diff options
author | Karl Berry <karl@freefriends.org> | 2019-08-01 03:18:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-08-01 03:18:32 +0000 |
commit | d187a69b0eb4e800c088397503ca749c29da3f16 (patch) | |
tree | 2076c7f0f4192d102a738d61338657731dd360d1 /Master/tlpkg/installer | |
parent | 72d67a2ab93e7c737f96bdce225a40a43ae44177 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@51795 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index a1b450a68c8..a4729024402 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -60,6 +60,9 @@ $mirrors = { 'Denmark' => { 'http://mirrors.dotsrc.org/ctan/' => 1 }, + 'Finland' => { + 'ftp://ftp.funet.fi/pub/TeX/CTAN/' => 1 + }, 'France' => { 'http://ctan.crest.fr/tex-archive/' => 1, 'http://ctan.mines-albi.fr/' => 1, @@ -161,10 +164,5 @@ $mirrors = { 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } - }, - 'South America' => { - 'Brazil' => { - 'http://linorg.usp.br/CTAN/' => 1 - } } }; |