git: 237703066fd6 - main - security/py-bcrypt: Pass MAINTAINER'ship to python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Dec 2023 19:58:25 UTC
The branch main has been updated by dbaio:
URL: https://cgit.FreeBSD.org/ports/commit/?id=237703066fd6702a25ee2c2d140f9e943e5afb5d
commit 237703066fd6702a25ee2c2d140f9e943e5afb5d
Author: Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2023-12-23 19:57:01 +0000
Commit: Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-12-23 19:57:01 +0000
security/py-bcrypt: Pass MAINTAINER'ship to python
---
security/py-bcrypt/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile
index 840faa87d47c..bd66e5cfb2ad 100644
--- a/security/py-bcrypt/Makefile
+++ b/security/py-bcrypt/Makefile
@@ -4,7 +4,7 @@ CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= dbaio@FreeBSD.org
+MAINTAINER= python@FreeBSD.org
COMMENT= Modern password hashing for your software and your servers
WWW= https://github.com/pyca/bcrypt/