diff options
author | Slawomir Lis <slis@gentoo.org> | 2016-06-20 14:55:23 +0200 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2016-06-20 15:05:42 +0200 |
commit | ab5a7e3df69810862e1ffde993fefb604491aada (patch) | |
tree | 62bf757e83f81cfabd6e380e4fe085a6a13d7159 /dev-python/URLObject | |
parent | added URLObject package (diff) | |
download | gentoo-ab5a7e3df69810862e1ffde993fefb604491aada.tar.gz gentoo-ab5a7e3df69810862e1ffde993fefb604491aada.tar.bz2 gentoo-ab5a7e3df69810862e1ffde993fefb604491aada.zip |
fixed homepage
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-python/URLObject')
-rw-r--r-- | dev-python/URLObject/URLObject-2.4.0.ebuild | 4 |
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" |