summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-27 19:39:32 +0200
committerMichał Górny <mgorny@gentoo.org>2018-04-29 09:35:16 +0200
commitebf52d3d98a9f4bf418a4b9440ed1bb04ba5b4f9 (patch)
tree909c6b1c20a80ceefa52e7e601d72cb4ee1100e9 /dev-python/cherrypy/cherrypy-3.8.0.ebuild
parentdev-python/cosmolopy: fix HOMEPAGE, avoid redirection (diff)
downloadgentoo-ebf52d3d98a9f4bf418a4b9440ed1bb04ba5b4f9.tar.gz
gentoo-ebf52d3d98a9f4bf418a4b9440ed1bb04ba5b4f9.tar.bz2
gentoo-ebf52d3d98a9f4bf418a4b9440ed1bb04ba5b4f9.zip
dev-python/cherrypy: use HTTPS
Diffstat (limited to 'dev-python/cherrypy/cherrypy-3.8.0.ebuild')
-rw-r--r--dev-python/cherrypy/cherrypy-3.8.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cherrypy/cherrypy-3.8.0.ebuild b/dev-python/cherrypy/cherrypy-3.8.0.ebuild
index ab8cf193674b..c5d07f118d9d 100644
--- a/dev-python/cherrypy/cherrypy-3.8.0.ebuild
+++ b/dev-python/cherrypy/cherrypy-3.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -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"