diff options
Diffstat (limited to 'dev-python/ed25519ll/ed25519ll-0.6.ebuild')
-rw-r--r-- | dev-python/ed25519ll/ed25519ll-0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ed25519ll/ed25519ll-0.6.ebuild b/dev-python/ed25519ll/ed25519ll-0.6.ebuild index c608a7772179..fa9f433afbb3 100644 --- a/dev-python/ed25519ll/ed25519ll-0.6.ebuild +++ b/dev-python/ed25519ll/ed25519ll-0.6.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="A low-level ctypes wrapper for Ed25519 digital signatures." -HOMEPAGE="https://bitbucket.org/dholth/ed25519ll/ https://pypi.org/project/ed25519ll" +HOMEPAGE="https://bitbucket.org/dholth/ed25519ll/ https://pypi.org/project/ed25519ll/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |