diff options
Diffstat (limited to 'contrib/python')
-rw-r--r-- | contrib/python/podman/README.md | 2 | ||||
-rw-r--r-- | contrib/python/podman/setup.py | 2 | ||||
-rw-r--r-- | contrib/python/pypodman/README.md | 2 | ||||
-rw-r--r-- | contrib/python/pypodman/setup.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/python/podman/README.md b/contrib/python/podman/README.md index ec4a0480b..3254064b0 100644 --- a/contrib/python/podman/README.md +++ b/contrib/python/podman/README.md @@ -2,7 +2,7 @@ ## Status: Active Development -See [libpod](https://github.com/projectatomic/libpod) +See [libpod](https://github.com/containers/libpod) ## Releases 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', diff --git a/contrib/python/pypodman/README.md b/contrib/python/pypodman/README.md index 935f6a631..6991daffa 100644 --- a/contrib/python/pypodman/README.md +++ b/contrib/python/pypodman/README.md @@ -2,7 +2,7 @@ ## Status: Active Development -See [libpod](https://github.com/projectatomic/libpod/contrib/python/pypodman) +See [libpod](https://github.com/containers/libpod/contrib/python/pypodman) ## Releases diff --git a/contrib/python/pypodman/setup.py b/contrib/python/pypodman/setup.py index 0509bf942..0f80d4060 100644 --- a/contrib/python/pypodman/setup.py +++ b/contrib/python/pypodman/setup.py @@ -27,7 +27,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 pypodman', classifiers=[ 'Development Status :: 3 - Alpha', |