summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-02 08:59:16 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-02 09:07:05 +0100
commitdc585f1d630ba2eadb7fc2e20903de783acd9df3 (patch)
treef5a950da502556023b1e55bca46b9e725344c614
parentdev-python/argon2_cffi: Remove argon2 version restriction (diff)
downloadgentoo-dc585f1d.tar.gz
gentoo-dc585f1d.tar.bz2
gentoo-dc585f1d.zip
dev-python/argon2_cffi: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild b/dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild
index fa694e88db4e..a1d739b4996f 100644
--- a/dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild
+++ b/dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{5,6,7,8} pypy3 )
inherit distutils-r1
DESCRIPTION="CFFI bindings to the Argon2 password hashing library"
-HOMEPAGE="https://github.com/hynek/argon2_cffi"
+HOMEPAGE="https://github.com/hynek/argon2-cffi"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"