summaryrefslogtreecommitdiff
path: root/contrib/python/podman/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/podman/setup.py')
-rw-r--r--contrib/python/podman/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/podman/setup.py b/contrib/python/podman/setup.py
index a342c05fd..2953ba0dc 100644
--- a/contrib/python/podman/setup.py
+++ b/contrib/python/podman/setup.py
@@ -25,7 +25,7 @@ setup(
packages=find_packages(exclude=['test']),
python_requires='>=3',
zip_safe=True,
- url='http://github.com/projectatomic/libpod',
+ url='http://github.com/containers/libpod',
keywords='varlink libpod podman',
classifiers=[
'Development Status :: 3 - Alpha',