summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 65ab502..fd0adda 100755
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ setup(name = 'webapp-config',
description = 'Python script for managing the deployment of web-based applications',
author = 'Stuart Herbert, Renat Lumpau, Gunnar Wrobel',
author_email = 'stuart@gentoo.org',
- url = 'http://svn.gnqs.org/projects/vhost-tools',
+ url = 'http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=summary',
packages = ['WebappConfig'],
scripts = ['sbin/webapp-config', 'sbin/webapp-cleaner'],
license = 'GPL',