From ae4dc418476cd6e484c1de71039d8d1ccc4da898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 4 May 2021 17:40:33 +0200 Subject: [PATCH] dev-python/certifi: Fix HOMEPAGE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 cae73f6685c17..383139c1d2ea9 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"