diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-08-17 21:54:03 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-09-02 21:03:22 -0400 |
commit | 1a26d7dca5ba2a6860a6ea7b42f9b639f0fcaaf1 (patch) | |
tree | 0c746219552b6c16a9a88fb915911ed3882fc665 /dev-python/dill | |
parent | dev-qt/qtchooser: new snapshot (diff) | |
download | gentoo-1a26d7dca5ba2a6860a6ea7b42f9b639f0fcaaf1.tar.gz gentoo-1a26d7dca5ba2a6860a6ea7b42f9b639f0fcaaf1.tar.bz2 gentoo-1a26d7dca5ba2a6860a6ea7b42f9b639f0fcaaf1.zip |
dev-python/dill: fix HOMEPAGE
Diffstat (limited to 'dev-python/dill')
-rw-r--r-- | dev-python/dill/dill-0.2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dill/dill-0.2.5.ebuild b/dev-python/dill/dill-0.2.5.ebuild index 6ae32e8c55c4..d13dba401c3d 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" |