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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6CD113835A for ; Fri, 11 Dec 2020 12:42:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19C30E08FA; Fri, 11 Dec 2020 12:42:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3A37E08F2 for ; Fri, 11 Dec 2020 12:42:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA8C9335D77 for ; Fri, 11 Dec 2020 12:42:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DCCF485 for ; Fri, 11 Dec 2020 12:42:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1607690553.b80331bc0d1a0e52f5d84b203092dfe668a2f97d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/genson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/genson/genson-1.1.0.ebuild X-VCS-Directories: dev-python/genson/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b80331bc0d1a0e52f5d84b203092dfe668a2f97d X-VCS-Branch: master Date: Fri, 11 Dec 2020 12:42:38 +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: e6db596d-69eb-48b6-a331-5f684febb9e6 X-Archives-Hash: ef19ff641a91c4e5f7a7e63b2c3876b3 commit: b80331bc0d1a0e52f5d84b203092dfe668a2f97d Author: Michał Górny gentoo org> AuthorDate: Fri Dec 11 11:38:03 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 11 12:42:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80331bc dev-python/genson: Update HOMEPAGE to match upstream case Signed-off-by: Michał Górny gentoo.org> dev-python/genson/genson-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/genson/genson-1.1.0.ebuild b/dev-python/genson/genson-1.1.0.ebuild index df79e572b36..25bf67b797e 100644 --- a/dev-python/genson/genson-1.1.0.ebuild +++ b/dev-python/genson/genson-1.1.0.ebuild @@ -10,7 +10,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="GenSON is a powerful, user-friendly JSON Schema generator built in Python" -HOMEPAGE="https://pypi.org/project/genson https://github.com/wolverdude/genson" +HOMEPAGE="https://pypi.org/project/genson/ https://github.com/wolverdude/GenSON/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"