From: Slawomir Lis Date: Mon, 20 Jun 2016 12:55:23 +0000 (+0200) Subject: fixed homepage X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ab5a7e3df69810862e1ffde993fefb604491aada;p=gentoo.git fixed homepage Package-Manager: portage-2.3.0_rc1 --- diff --git a/dev-python/URLObject/URLObject-2.4.0.ebuild b/dev-python/URLObject/URLObject-2.4.0.ebuild index 446ab1f32347..0f3fefebf392 100644 --- a/dev-python/URLObject/URLObject-2.4.0.ebuild +++ b/dev-python/URLObject/URLObject-2.4.0.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4} ) inherit distutils-r1 -DESCRIPTION="A Django template library for manipulating URLs" -HOMEPAGE="https://pypi.python.org/pypi/django-spurl" +DESCRIPTION="A utility class for manipulating URLs" +HOMEPAGE="https://pypi.python.org/pypi/URLObject" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"