summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-08-16 06:41:15 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-08-16 17:12:36 +0000
commitd20f3a51463ce75d139dd830e19a173906b0b0cb (patch)
treec4cb4fe0d68ac052149031c590823b033a92fa80 /contrib
parentc0abfaa7c38a8fc897a4c1f64392ace40a5a10c1 (diff)
downloadpodman-d20f3a51463ce75d139dd830e19a173906b0b0cb.tar.gz
podman-d20f3a51463ce75d139dd830e19a173906b0b0cb.tar.bz2
podman-d20f3a51463ce75d139dd830e19a173906b0b0cb.zip
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 <dwalsh@redhat.com> Closes: #1270 Approved by: mheon
Diffstat (limited to 'contrib')
-rw-r--r--contrib/python/podman/README.md2
-rw-r--r--contrib/python/podman/setup.py2
-rw-r--r--contrib/python/pypodman/README.md2
-rw-r--r--contrib/python/pypodman/setup.py2
-rw-r--r--contrib/spec/podman.spec.in4
-rw-r--r--contrib/spec/python-podman.spec.in4
6 files changed, 8 insertions, 8 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',
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in
index 31a70fbde..efebabeb4 100644
--- a/contrib/spec/podman.spec.in
+++ b/contrib/spec/podman.spec.in
@@ -23,9 +23,9 @@
%global provider github
%global provider_tld com
-%global project projectatomic
+%global project containers
%global repo libpod
-# https://github.com/projectatomic/libpod
+# https://github.com/containers/libpod
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
%global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo}
diff --git a/contrib/spec/python-podman.spec.in b/contrib/spec/python-podman.spec.in
index 04b6039ad..6296586dd 100644
--- a/contrib/spec/python-podman.spec.in
+++ b/contrib/spec/python-podman.spec.in
@@ -16,9 +16,9 @@
%global provider github
%global provider_tld com
-%global project projectatomic
+%global project containers
%global repo libpod
-# https://github.com/projectatomic/libpod
+# https://github.com/containers/libpod
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
%global commit #COMMIT#