diff options
Diffstat (limited to 'dev-python/webob/webob-1.2_rc1.ebuild')
-rw-r--r-- | dev-python/webob/webob-1.2_rc1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/webob/webob-1.2_rc1.ebuild b/dev-python/webob/webob-1.2_rc1.ebuild index 0b6d585f6732..72fd8dfeff3b 100644 --- a/dev-python/webob/webob-1.2_rc1.ebuild +++ b/dev-python/webob/webob-1.2_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2_rc1.ebuild,v 1.1 2012/05/15 15:59:11 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2_rc1.ebuild,v 1.2 2012/08/27 18:40:22 floppym Exp $ EAPI=4 @@ -15,7 +15,7 @@ MY_PV=$(delete_version_separator 2) MY_P=${MY_PN}-${MY_PV} DESCRIPTION="WSGI request and response object" -HOMEPAGE="http://pythonpaste.org/webob/ http://pypi.python.org/pypi/WebOb" +HOMEPAGE="http://webob.org/ http://pypi.python.org/pypi/WebOb" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="MIT" |