diff options
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index a1eca6a24df..f1caa95e8d7 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -156,6 +156,9 @@ $mirrors = { 'Sweden' => { 'http://ftp.acc.umu.se/mirror/CTAN/' => 1, }, + 'United Kingdom' => { + 'http://anorien.csc.warwick.ac.uk/mirrors/CTAN/' => 1, + }, }, 'North America' => { 'Canada' => { @@ -190,9 +193,6 @@ $mirrors = { }, }, 'South America' => { - 'Brazil' => { - 'http://linorg.usp.br/CTAN/' => 1, - }, 'Chile' => { 'http://ctan.dcc.uchile.cl/' => 1, }, |