From 1a2eb56c27f0b1c284a13400fa9ee864575e8ba1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 7 Aug 2023 01:01:45 +0100 Subject: Drop old URLs Signed-off-by: Sam James --- mirrorselect/mirrorparser3.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mirrorselect/mirrorparser3.py b/mirrorselect/mirrorparser3.py index 133420a..4023973 100644 --- a/mirrorselect/mirrorparser3.py +++ b/mirrorselect/mirrorparser3.py @@ -28,11 +28,6 @@ Distributed under the terms of the GNU General Public License v2 from xml.etree import ElementTree as ET -# old url's -#MIRRORS_3_XML = 'http://www.gentoo.org/main/en/mirrors3.xml' -#MIRRORS_RSYNC_DATA = 'http://www.gentoo.org/main/en/mirrors-rsync-data.xml' - -# new urls MIRRORS_3_XML = 'https://api.gentoo.org/mirrors/distfiles.xml' MIRRORS_RSYNC_DATA = 'https://api.gentoo.org/mirrors/rsync.xml' -- cgit v1.2.3-65-gdbad