From 1a26d7dca5ba2a6860a6ea7b42f9b639f0fcaaf1 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Thu, 17 Aug 2017 21:54:03 +0200 Subject: [PATCH] dev-python/dill: fix HOMEPAGE --- dev-python/dill/dill-0.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dill/dill-0.2.5.ebuild b/dev-python/dill/dill-0.2.5.ebuild index 6ae32e8c55c43..d13dba401c3d6 100644 --- a/dev-python/dill/dill-0.2.5.ebuild +++ b/dev-python/dill/dill-0.2.5.ebuild @@ -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"