summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2022-08-23 14:55:36 +0200
committerSam James <sam@gentoo.org>2022-08-23 20:29:39 +0100
commite0b09959d803aedeaaa95aa9804de0a9a1fa6b12 (patch)
treed192f7f339817585f845a0f020d84ddb97aade9b
parentdev-python/unpaddedbase64: correct pypi HOMEPAGE link (diff)
downloadgentoo-e0b09959.tar.gz
gentoo-e0b09959.tar.bz2
gentoo-e0b09959.zip
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>
-rw-r--r--dev-python/signedjson/signedjson-1.1.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/signedjson/signedjson-1.1.4.ebuild b/dev-python/signedjson/signedjson-1.1.4.ebuild
index 9807bb723e92..c4cb90c641c4 100644
--- a/dev-python/signedjson/signedjson-1.1.4.ebuild
+++ b/dev-python/signedjson/signedjson-1.1.4.ebuild
@@ -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"