From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C4C3158094 for ; Tue, 23 Aug 2022 19:29:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF717E07D4; Tue, 23 Aug 2022 19:29:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B254E03EC for ; Tue, 23 Aug 2022 19:29:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8869B340D56 for ; Tue, 23 Aug 2022 19:29:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD898571 for ; Tue, 23 Aug 2022 19:29:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661282979.675e5473cc46a2f2f428c542197b76302b1d5e05.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/canonicaljson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/canonicaljson/canonicaljson-1.6.2.ebuild X-VCS-Directories: dev-python/canonicaljson/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 675e5473cc46a2f2f428c542197b76302b1d5e05 X-VCS-Branch: master Date: Tue, 23 Aug 2022 19:29:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bfe338de-a7aa-473f-bc2c-0ff43772c7cc X-Archives-Hash: ea275272662ab14088e19da9b28a84ee commit: 675e5473cc46a2f2f428c542197b76302b1d5e05 Author: Petr Vaněk atlas cz> AuthorDate: Tue Aug 23 12:52:16 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 23 19:29:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=675e5473 dev-python/canonicaljson: correct pypi HOMEPAGE link Signed-off-by: Petr Vaněk atlas.cz> Signed-off-by: Sam James gentoo.org> dev-python/canonicaljson/canonicaljson-1.6.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/canonicaljson/canonicaljson-1.6.2.ebuild b/dev-python/canonicaljson/canonicaljson-1.6.2.ebuild index 9cf66602eda2..dbb41eddded4 100644 --- a/dev-python/canonicaljson/canonicaljson-1.6.2.ebuild +++ b/dev-python/canonicaljson/canonicaljson-1.6.2.ebuild @@ -10,8 +10,8 @@ inherit distutils-r1 DESCRIPTION="Canonical JSON" HOMEPAGE=" - https://github.com/matrix-org/python-canonicaljson - https://pypi.python.org/pypi/canonicaljson + https://github.com/matrix-org/python-canonicaljson/ + https://pypi.org/project/canonicaljson/ " SRC_URI="https://github.com/matrix-org/python-canonicaljson/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"