diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-14 17:15:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-14 17:16:11 +0100 |
commit | 346b46de60bf4030c70a2dffe4ce712f26ce50a3 (patch) | |
tree | 4dc91c16be2ca1183e08b9c22530d4221c3a5f48 /dev-python/genshi | |
parent | dev-python/genshi: Fix test deps, DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-346b46de60bf4030c70a2dffe4ce712f26ce50a3.tar.gz gentoo-346b46de60bf4030c70a2dffe4ce712f26ce50a3.tar.bz2 gentoo-346b46de60bf4030c70a2dffe4ce712f26ce50a3.zip |
dev-python/genshi: Switch to HTTPS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/genshi')
-rw-r--r-- | dev-python/genshi/genshi-0.7.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/genshi/genshi-0.7.5.ebuild b/dev-python/genshi/genshi-0.7.5.ebuild index df83cb0bda75..eea4c2c5953d 100644 --- a/dev-python/genshi/genshi-0.7.5.ebuild +++ b/dev-python/genshi/genshi-0.7.5.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{7..9} pypy3 ) inherit distutils-r1 DESCRIPTION="Python toolkit for stream-based generation of output for the web" -HOMEPAGE="http://genshi.edgewall.org/ https://pypi.org/project/Genshi/" +HOMEPAGE="https://genshi.edgewall.org/ https://pypi.org/project/Genshi/" SRC_URI="mirror://pypi/G/${PN^}/${P^}.tar.gz" S="${WORKDIR}/${P^}" |