summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2011-11-11 11:26:26 -0500
committerJames E. Blair <james.blair@rackspace.com>2011-11-11 09:14:42 -0800
commitfbc8fa0e6f890c7ff94cef2cbaeb548d06f24d2a (patch)
treef3c8e4c1799fdf4616e495c5af4d6d6f7d584d59 /setup.py
parent7b6935546b96873e27e59e5f7c14ea190aeb9b46 (diff)
downloadgit-review-fbc8fa0e6f890c7ff94cef2cbaeb548d06f24d2a.tar.gz
setup.py should point to launchpad project page.
Fixed bug 886219 Change-Id: Ia812a396b1ffc966d74381d019a64d67b81a6829
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 e550f0e..09ed9e9 100755
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ setup(
keywords='git gerrit review',
author='OpenStack, LLC.',
author_email='openstack@lists.launchpad.net',
- url='http://www.openstack.org',
+ url='https://launchpad.net/git-review',
scripts=['git-review'],
data_files=[('share/man/man1', ['git-review.1'])],
)