diff options
Diffstat (limited to 'dev-python/serpent/serpent-1.7.ebuild')
-rw-r--r-- | dev-python/serpent/serpent-1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |