From: Michael Mair-Keimberger Date: Sun, 20 Aug 2017 13:28:18 +0000 (+0200) Subject: dev-python/serpent: fix HOMEPAGE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2617ccaab4764c23743738e630dc42520e55758a;p=gentoo.git dev-python/serpent: fix HOMEPAGE --- diff --git a/dev-python/serpent/serpent-1.7.ebuild b/dev-python/serpent/serpent-1.7.ebuild index 3895dd02f748..847d9cada099 100644 --- a/dev-python/serpent/serpent-1.7.ebuild +++ b/dev-python/serpent/serpent-1.7.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit distutils-r1 DESCRIPTION="A simple serialization library based on ast.literal_eval" -HOMEPAGE="https://pypi.python.org/packages/source/s/serpent/" +HOMEPAGE="https://pypi.python.org/pypi/serpent https://github.com/irmen/Serpent" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"