From e0b09959d803aedeaaa95aa9804de0a9a1fa6b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Van=C4=9Bk?= Date: Tue, 23 Aug 2022 14:55:36 +0200 Subject: [PATCH] dev-python/signedjson: correct pypi HOMEPAGE link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Vaněk Closes: https://github.com/gentoo/gentoo/pull/26977 Signed-off-by: Sam James --- dev-python/signedjson/signedjson-1.1.4.ebuild | 4 ++-- 1 file 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 9807bb723e928..c4cb90c641c4d 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"