diff options
author | Karl Berry <karl@freefriends.org> | 2021-07-30 23:48:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-07-30 23:48:22 +0000 |
commit | 99147050533d14e6c4ad98b67bf96574721c9677 (patch) | |
tree | 02648719d4fe5f9190dcc651fdca8a3bf7a9ad01 | |
parent | 3b8229794903806381c02fb33076fe1c84f594ce (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@60123 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 07e318586ac..422162c3408 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -15,6 +15,7 @@ $mirrors = { 'https://mirrors.aliyun.com/CTAN/' => 1, 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, 'https://mirrors.cqu.edu.cn/CTAN/' => 1, + 'https://mirrors.dgut.edu.cn/CTAN/' => 1, 'https://mirrors.hit.edu.cn/CTAN/' => 1, 'https://mirrors.nju.edu.cn/CTAN/' => 1, 'https://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, @@ -97,6 +98,7 @@ $mirrors = { 'https://ctan.mc1.root.project-creative.net/' => 1, 'https://ctan.mirror.norbert-ruehl.de/' => 1, 'https://ctan.net/' => 1, + 'https://ctan.space-pro.be/tex-archive/' => 1, 'https://ftp.agdsn.de/pub/mirrors/latex/dante/' => 1, 'https://ftp.fau.de/ctan/' => 1, 'https://ftp.gwdg.de/pub/ctan/' => 1, @@ -171,6 +173,7 @@ $mirrors = { 'Canada' => { 'https://ctan.math.ca/tex-archive/' => 1, 'https://ctan.mirror.globo.tech/' => 1, + 'https://ctan.mirror.rafal.ca/' => 1, 'https://mirror.0xem.ma/tex-archive/' => 1, 'https://muug.ca/mirror/ctan/' => 1, }, |