summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index bbbe042..25a5693 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ setup(name='python-gitlab',
author='Gauvain Pocentek',
author_email='gauvain@pocentek.net',
license='LGPLv3',
- url='https://github.com/gpocentek/python-gitlab',
+ url='https://github.com/python-gitlab/python-gitlab',
packages=find_packages(),
install_requires=['requests>=1.0', 'six'],
entry_points={