dev-python/signedjson: correct pypi HOMEPAGE link

Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/26977
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Petr Vaněk
2022-08-23 14:55:36 +02:00
committed by Sam James
parent de5da956ee
commit e0b09959d8

View File

@@ -10,8 +10,8 @@ inherit distutils-r1
DESCRIPTION="Signs JSON objects with ED25519 signatures."
HOMEPAGE="
https://github.com/matrix-org/python-signedjson
https://pypi.python.org/pypi/signedjson
https://github.com/matrix-org/python-signedjson/
https://pypi.org/project/signedjson/
"
SRC_URI="https://github.com/matrix-org/python-signedjson/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"