From 4d6b301d62fad675bf3d809599ef5f4263341c8e Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 6 Apr 2023 01:18:51 +0800 Subject: [PATCH] security/py-argon2-cffi: Update WWW and clean up pkg-descr --- security/py-argon2-cffi/Makefile | 3 ++- security/py-argon2-cffi/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/security/py-argon2-cffi/Makefile b/security/py-argon2-cffi/Makefile index 51d04673256e6..f67579ea8b65c 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 58becbcb5ae0e..33dcad5d84e61 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