diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 19:54:39 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 19:54:39 +0100 |
commit | ccbc28387da38680b658aa3c0993d763f1d04eea (patch) | |
tree | 0c49db2689d0c08d8898e1a4caa9d4d6984a4545 /dev-python/pytest-flake8 | |
parent | dev-php/realpath_turbo: [QA] Fix VariableInHomepage (diff) | |
download | gentoo-ccbc28387da38680b658aa3c0993d763f1d04eea.tar.gz gentoo-ccbc28387da38680b658aa3c0993d763f1d04eea.tar.bz2 gentoo-ccbc28387da38680b658aa3c0993d763f1d04eea.zip |
dev-python/pytest-flake8: [QA] Fix VariableInHomepage
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/pytest-flake8')
-rw-r--r-- | dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild index cb297114cf3f..d391b017378f 100644 --- a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild +++ b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="py.test plugin for flake8" -HOMEPAGE="https://github.com/tholo/${PN} https://pypi.org/project/${PN}" +HOMEPAGE="https://github.com/tholo/pytest-flake8 https://pypi.org/project/pytest-flake8" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |