aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e4b24b1..8c7fb77 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ setup(name="mgarepo",
description = "Tools for Mageia repository access and management",
author = "Gustavo Niemeyer",
author_email = "gustavo@niemeyer.net",
- url = "http://qa.mandriva.com/twiki/bin/view/Main/RepositorySystem",
+ url = "https://wiki.mageia.org/en/Mgarepo",
license = "GPL",
long_description = """Tools for Mageia repository access and management, based on repsys.""",
packages = ["MgaRepo", "MgaRepo.cgi", "MgaRepo.commands",