From 4569cdd3caacb062b9135e359e434ac15f7173cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 31 May 2020 18:33:23 +0200 Subject: [PATCH] dev-python/Babel: Use HTTPS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/Babel/Babel-2.8.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/Babel/Babel-2.8.0-r1.ebuild b/dev-python/Babel/Babel-2.8.0-r1.ebuild index 8dc11d6ec291a..c7d4b499463cb 100644 --- a/dev-python/Babel/Babel-2.8.0-r1.ebuild +++ b/dev-python/Babel/Babel-2.8.0-r1.ebuild @@ -10,7 +10,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="Collection of tools for internationalizing Python applications" -HOMEPAGE="http://babel.pocoo.org/ https://pypi.org/project/Babel/" +HOMEPAGE="https://babel.pocoo.org/ https://pypi.org/project/Babel/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"