diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-27 19:39:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-29 09:35:16 +0200 |
commit | ebf52d3d98a9f4bf418a4b9440ed1bb04ba5b4f9 (patch) | |
tree | 909c6b1c20a80ceefa52e7e601d72cb4ee1100e9 /dev-python/cherrypy/cherrypy-13.1.0.ebuild | |
parent | dev-python/cosmolopy: fix HOMEPAGE, avoid redirection (diff) | |
download | gentoo-ebf52d3d98a9f4bf418a4b9440ed1bb04ba5b4f9.tar.gz gentoo-ebf52d3d98a9f4bf418a4b9440ed1bb04ba5b4f9.tar.bz2 gentoo-ebf52d3d98a9f4bf418a4b9440ed1bb04ba5b4f9.zip |
dev-python/cherrypy: use HTTPS
Diffstat (limited to 'dev-python/cherrypy/cherrypy-13.1.0.ebuild')
-rw-r--r-- | dev-python/cherrypy/cherrypy-13.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cherrypy/cherrypy-13.1.0.ebuild b/dev-python/cherrypy/cherrypy-13.1.0.ebuild index 2f0430365316..7b4c9303a2eb 100644 --- a/dev-python/cherrypy/cherrypy-13.1.0.ebuild +++ b/dev-python/cherrypy/cherrypy-13.1.0.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 MY_P="CherryPy-${PV}" DESCRIPTION="CherryPy is a pythonic, object-oriented HTTP framework" -HOMEPAGE="http://www.cherrypy.org/ https://pypi.org/project/CherryPy/" +HOMEPAGE="https://www.cherrypy.org https://pypi.org/project/CherryPy/" SRC_URI="mirror://pypi/C/CherryPy/${MY_P}.tar.gz" LICENSE="BSD" |