commit:     2617ccaab4764c23743738e630dc42520e55758a
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Aug 20 13:28:18 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 01:03:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2617ccaa

dev-python/serpent: fix HOMEPAGE

 dev-python/serpent/serpent-1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/serpent/serpent-1.7.ebuild 
b/dev-python/serpent/serpent-1.7.ebuild
index 3895dd02f74..847d9cada09 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"

Reply via email to