This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=3f021fb53fdfb77cb5b7ae90e6fbe4283b7763e5 commit 3f021fb53fdfb77cb5b7ae90e6fbe4283b7763e5 Author: Guillem Jover <guil...@debian.org> AuthorDate: Fri Sep 9 03:23:12 2022 +0200 Dselect::Ftp: Switch to current mirror list for ftp method output The old URL refers to the new one, so better direct the user to the one with actual content. --- dselect/methods/Dselect/Ftp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dselect/methods/Dselect/Ftp.pm b/dselect/methods/Dselect/Ftp.pm index acd32d15f..c3974fa44 100644 --- a/dselect/methods/Dselect/Ftp.pm +++ b/dselect/methods/Dselect/Ftp.pm @@ -89,7 +89,7 @@ sub store_config { sub view_mirrors { print <<'MIRRORS'; -Please see <http://ftp.debian.org/debian/README.mirrors.txt> for a current +Please see <https://www.debian.org/mirror/list> for a current list of Debian mirror sites. MIRRORS } -- Dpkg.Org's dpkg