diff options
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 5c96d1aeb95..e167008ed19 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -3765,9 +3765,8 @@ sub check_on_working_mirror { =cut sub give_ctan_mirror_base { - my @backbone = qw!http://www.ctan.org/tex-archive - http://www.tex.ac.uk/tex-archive - http://dante.ctan.org/tex-archive!; + # only one backbone has existed for a while (2018). + my @backbone = qw!http://www.ctan.org/tex-archive!; # start by selecting a mirror and test its operationality my $mirror = query_ctan_mirror(); |