aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:18:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:30:50 +0000
commit4d6b301d62fad675bf3d809599ef5f4263341c8e (patch)
tree02510deaa3cffdb039975729ae1d6d34041cb052
parent7ee9b05d0844c3a538a54164aedac2b026527b61 (diff)
downloadports-4d6b301d62fad675bf3d809599ef5f4263341c8e.tar.gz
ports-4d6b301d62fad675bf3d809599ef5f4263341c8e.zip
security/py-argon2-cffi: Update WWW and clean up pkg-descr
-rw-r--r--security/py-argon2-cffi/Makefile3
-rw-r--r--security/py-argon2-cffi/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/security/py-argon2-cffi/Makefile b/security/py-argon2-cffi/Makefile
index 51d04673256e..f67579ea8b65 100644
--- a/security/py-argon2-cffi/Makefile
+++ b/security/py-argon2-cffi/Makefile
@@ -7,7 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Secure Argon2 password hashing algorithm
-WWW= https://argon2-cffi.readthedocs.io/en/stable/
+WWW= https://argon2-cffi.readthedocs.io/en/stable/ \
+ https://github.com/hynek/argon2-cffi
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
diff --git a/security/py-argon2-cffi/pkg-descr b/security/py-argon2-cffi/pkg-descr
index 58becbcb5ae0..33dcad5d84e6 100644
--- a/security/py-argon2-cffi/pkg-descr
+++ b/security/py-argon2-cffi/pkg-descr
@@ -1,4 +1,2 @@
Argon2 won the Password Hashing Competition and argon2-cffi is the simplest way
to use it in Python and PyPy.
-
-See also: https://github.com/hynek/argon2-cffi