diff options
author | Norbert Preining <norbert@preining.info> | 2022-07-30 03:02:53 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-07-30 03:02:53 +0000 |
commit | ab0990ca5f58ea10d38cc1760dbcbbd832626f40 (patch) | |
tree | be3a3f78d38022e69e58965c29e10780d8d3ac6c /systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl | |
parent | da2dc471ec5bb2620f0ef5a4a700b236d1a8af06 (diff) |
CTAN sync 202207300302
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r-- | systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl index 3970c7e96c..8e60731c26 100644 --- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl +++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl @@ -50,6 +50,7 @@ $mirrors = { 'https://cran.asia/tex/' => 1, 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'https://lab.uklee.pe.kr/tex-archive/' => 1, + 'https://mirror.kakao.com/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, }, 'Philippines' => { @@ -74,6 +75,9 @@ $mirrors = { 'http://ftp.cvut.cz/tex-archive/' => 1, 'https://mirrors.nic.cz/tex-archive/' => 1, }, + 'Denmark' => { + 'https://mirrors.dotsrc.org/ctan/' => 1, + }, 'Finland' => { 'https://www.nic.funet.fi/pub/TeX/CTAN/' => 1, 'https://www.texlive.info/CTAN/' => 1, @@ -106,7 +110,6 @@ $mirrors = { 'https://ftp.tu-chemnitz.de/pub/tex/' => 1, 'https://mirror.clientvps.com/CTAN/' => 1, 'https://mirror.dogado.de/tex-archive/' => 1, - 'https://mirror.informatik.hs-fulda.de/tex-archive/' => 1, 'https://mirror.physik.tu-berlin.de/pub/CTAN/' => 1, 'https://packages.oth-regensburg.de/ctan/' => 1, }, |