commit: 6643edae74295fb4f3577b34acee667e7eade632
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 7 00:14:06 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 7 00:14:06 2023 +0000
URL: https://gitweb.gentoo.org/proj/mirrorselect.git/commit/?id=6643edae
setup.py: update homepage
Signed-off-by: Sam James <sam <AT> gentoo.org>
setup.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 96f11d1..a8f9313 100755
--- a/setup.py
+++ b/setup.py
@@ -101,12 +101,12 @@ test_data = {"mirrorselect": []}
core.setup(
name="mirrorselect",
version=__version__,
- description="Tool for selecting Gentoo source and rsync mirrors.",
+ description="Tool for selecting Gentoo source and rsync mirrors",
author="",
author_email="",
maintainer="Gentoo Portage Tools Team",
maintainer_email="[email protected]",
- url="http://www.gentoo.org/proj/en/portage/tools/index.xml",
+ url="https://wiki.gentoo.org/wiki/Project:Portage-Tools",
download_url="http://distfiles.gentoo.org/distfiles/mirrorselect-%s.tar.gz"
% __version__,
packages=["mirrorselect"],