summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-31 18:33:23 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-31 18:33:38 +0200
commit4569cdd3caacb062b9135e359e434ac15f7173cf (patch)
treefc9cd9c0c45dc65430f5903fd4a53ead5719e924
parentdev-python/snowballstemmer: Port to py39 (diff)
downloadgentoo-4569cdd3.tar.gz
gentoo-4569cdd3.tar.bz2
gentoo-4569cdd3.zip
dev-python/Babel: Use HTTPS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/Babel/Babel-2.8.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/Babel/Babel-2.8.0-r1.ebuild b/dev-python/Babel/Babel-2.8.0-r1.ebuild
index 8dc11d6ec291..c7d4b499463c 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"