summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2016-06-20 14:55:23 +0200
committerSlawomir Lis <slis@gentoo.org>2016-06-20 15:05:42 +0200
commitab5a7e3df69810862e1ffde993fefb604491aada (patch)
tree62bf757e83f81cfabd6e380e4fe085a6a13d7159
parentadded URLObject package (diff)
downloadgentoo-ab5a7e3df69810862e1ffde993fefb604491aada.tar.gz
gentoo-ab5a7e3df69810862e1ffde993fefb604491aada.tar.bz2
gentoo-ab5a7e3df69810862e1ffde993fefb604491aada.zip
fixed homepage
Package-Manager: portage-2.3.0_rc1
-rw-r--r--dev-python/URLObject/URLObject-2.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
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"