diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-17 18:05:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-17 18:09:33 +0100 |
commit | af7b633a352aef5c8a349f0a32a7a074d25b40a6 (patch) | |
tree | decb0aba6a145d24d6e8046524199b06776aa661 /dev-python/cheetah3 | |
parent | dev-python/ldap3: Update HOMEPAGE (diff) | |
download | gentoo-af7b633a352aef5c8a349f0a32a7a074d25b40a6.tar.gz gentoo-af7b633a352aef5c8a349f0a32a7a074d25b40a6.tar.bz2 gentoo-af7b633a352aef5c8a349f0a32a7a074d25b40a6.zip |
dev-python/cheetah3: Use HTTPS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cheetah3')
-rw-r--r-- | dev-python/cheetah3/cheetah3-3.2.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cheetah3/cheetah3-3.2.6.ebuild b/dev-python/cheetah3/cheetah3-3.2.6.ebuild index 33095b743024..588a4248c250 100644 --- a/dev-python/cheetah3/cheetah3-3.2.6.ebuild +++ b/dev-python/cheetah3/cheetah3-3.2.6.ebuild @@ -7,7 +7,7 @@ DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 DESCRIPTION="Python-powered template engine and code generator" -HOMEPAGE="http://www.cheetahtemplate.org/ https://pypi.org/project/Cheetah3/" +HOMEPAGE="https://cheetahtemplate.org/ https://pypi.org/project/Cheetah3/" SRC_URI="https://github.com/CheetahTemplate3/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" |