diff options
Diffstat (limited to 'dev-python/django-mptt/django-mptt-0.8.4.ebuild')
-rw-r--r-- | dev-python/django-mptt/django-mptt-0.8.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-mptt/django-mptt-0.8.4.ebuild b/dev-python/django-mptt/django-mptt-0.8.4.ebuild index e1e5cac83618..bc515fe38413 100644 --- a/dev-python/django-mptt/django-mptt-0.8.4.ebuild +++ b/dev-python/django-mptt/django-mptt-0.8.4.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1 DESCRIPTION="Utilities for implementing Modified Preorder Tree Traversal" -HOMEPAGE="https://pypi.python.org/pypi/django-mptt" +HOMEPAGE="https://pypi.org/project/django-mptt" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |