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 1826013835A for ; Tue, 4 May 2021 15:40:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58D5BE070D; Tue, 4 May 2021 15:40:48 +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 1E815E076B for ; Tue, 4 May 2021 15:40:48 +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 E9143335D54 for ; Tue, 4 May 2021 15:40:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53FDE743 for ; Tue, 4 May 2021 15:40:45 +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: <1620142833.ae4dc418476cd6e484c1de71039d8d1ccc4da898.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/certifi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/certifi/certifi-10001-r1.ebuild X-VCS-Directories: dev-python/certifi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ae4dc418476cd6e484c1de71039d8d1ccc4da898 X-VCS-Branch: master Date: Tue, 4 May 2021 15:40:45 +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: d61c23a4-d502-4bff-989e-c7cf06f8f345 X-Archives-Hash: 948c653aa66bdbf92c3a0ea73712c798 commit: ae4dc418476cd6e484c1de71039d8d1ccc4da898 Author: Michał Górny gentoo org> AuthorDate: Tue May 4 15:40:33 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 4 15:40:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4dc418 dev-python/certifi: Fix HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/certifi/certifi-10001-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/certifi/certifi-10001-r1.ebuild b/dev-python/certifi/certifi-10001-r1.ebuild index cae73f6685c..383139c1d2e 100644 --- a/dev-python/certifi/certifi-10001-r1.ebuild +++ b/dev-python/certifi/certifi-10001-r1.ebuild @@ -11,8 +11,8 @@ inherit distutils-r1 MY_P=certifi-shim-${PV} DESCRIPTION="Thin replacement for certifi using system certificate store" HOMEPAGE=" - https://github.com/mgorny/certifi-shim - https://pypi.org/project/certifi" + https://github.com/mgorny/certifi-shim/ + https://pypi.org/project/certifi/" SRC_URI=" https://github.com/mgorny/certifi-shim/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"