diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-16 15:30:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-16 15:37:59 +0100 |
commit | 832cf4841484c117efafd0a4cb7f71dce000f920 (patch) | |
tree | 0e6656ef7c263e1bd5612af356bf8c776bd56abf /dev-python | |
parent | dev-python/bottle: Use https for HOMEPAGE (diff) | |
download | gentoo-832cf4841484c117efafd0a4cb7f71dce000f920.tar.gz gentoo-832cf4841484c117efafd0a4cb7f71dce000f920.tar.bz2 gentoo-832cf4841484c117efafd0a4cb7f71dce000f920.zip |
dev-python/pytest-shutil: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild b/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild index 701c5f8395ec..ae62b2e0b153 100644 --- a/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild +++ b/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} ) inherit distutils-r1 DESCRIPTION="A goodie-bag of unix shell and environment tools for py.test" -HOMEPAGE="https://github.com/manahl/pytest-plugins https://pypi.org/project/pytest-shutil/" +HOMEPAGE="https://github.com/man-group/pytest-plugins https://pypi.org/project/pytest-shutil/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |