dev-python/dill: fix HOMEPAGE

This commit is contained in:
Michael Mair-Keimberger
2017-08-17 21:54:03 +02:00
committed by Mike Gilbert
parent 6056de0c6d
commit 1a26d7dca5

View File

@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} pypy )
inherit distutils-r1
DESCRIPTION="Serialize all of python (almost)"
HOMEPAGE="http://www.cacr.caltech.edu/~mmckerns/dill.htm"
HOMEPAGE="https://pypi.python.org/pypi/dill"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tgz"
LICENSE="BSD"