dev-python/pep8: Update HOMEPAGE

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-12-11 13:29:58 +01:00
parent 8eeb74ec74
commit b315c4cb15
2 changed files with 2 additions and 2 deletions

View File

@@ -8,6 +8,6 @@
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">pep8</remote-id>
<remote-id type="github">jcrocholl/pep8</remote-id>
<remote-id type="github">PyCQA/pycodestyle</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
inherit distutils-r1
DESCRIPTION="Python style guide checker"
HOMEPAGE="https://github.com/PyCQA/pep8 https://pypi.org/project/pep8/"
HOMEPAGE="https://github.com/PyCQA/pycodestyle/ https://pypi.org/project/pep8/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"