diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-21 20:40:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-24 12:21:02 +0100 |
commit | b68c21c645666d5db03377557c9245bafa00bd47 (patch) | |
tree | 3271a222d84e17601cb7a19666d2584f411f80ef /dev-python/pastedeploy/pastedeploy-1.5.2.ebuild | |
parent | dev-python/virtualenvwrapper: fix HOMEPAGE (diff) | |
download | gentoo-b68c21c645666d5db03377557c9245bafa00bd47.tar.gz gentoo-b68c21c645666d5db03377557c9245bafa00bd47.tar.bz2 gentoo-b68c21c645666d5db03377557c9245bafa00bd47.zip |
dev-python/pastedeploy: remove dead HOMEPAGE
Diffstat (limited to 'dev-python/pastedeploy/pastedeploy-1.5.2.ebuild')
-rw-r--r-- | dev-python/pastedeploy/pastedeploy-1.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild b/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild index 77a24a3f5276..2307b8a9045d 100644 --- a/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild +++ b/dev-python/pastedeploy/pastedeploy-1.5.2.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 @@ -10,7 +10,7 @@ MY_PN="PasteDeploy" MY_P="${MY_PN}-${PV}" DESCRIPTION="Load, configure, and compose WSGI applications and servers" -HOMEPAGE="http://pythonpaste.org/deploy/ https://pypi.python.org/pypi/PasteDeploy" +HOMEPAGE="https://pypi.python.org/pypi/PasteDeploy" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" |