From d20f3a51463ce75d139dd830e19a173906b0b0cb Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 16 Aug 2018 06:41:15 -0400 Subject: switch projectatomic to containers Need to get some small changes into libpod to pull back into buildah to complete buildah transition. Signed-off-by: Daniel J Walsh Closes: #1270 Approved by: mheon --- contrib/python/pypodman/README.md | 2 +- contrib/python/pypodman/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/python/pypodman') 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', -- cgit v1.2.3-54-g00ecf