git: 6b13a681cae0 - main - comms/py-hid: Fix 7bdd8c29fe93e2d5b1ef4cd99700ea04d4ee562a
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Jul 2025 04:33:31 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b13a681cae004cfa6a94ba7a09d7f006252a065 commit 6b13a681cae004cfa6a94ba7a09d7f006252a065 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-07-11 04:28:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-07-11 04:31:46 +0000 comms/py-hid: Fix 7bdd8c29fe93e2d5b1ef4cd99700ea04d4ee562a --- comms/py-hid/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comms/py-hid/Makefile b/comms/py-hid/Makefile index 57dee80cff33..7b93c92b3dba 100644 --- a/comms/py-hid/Makefile +++ b/comms/py-hid/Makefile @@ -4,7 +4,7 @@ CATEGORIES= comms python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= nxjoseph@protonmail.com +MAINTAINER= sunpoet@FreeBSD.org COMMENT= ctypes bindings for hidapi WWW= https://github.com/apmorton/pyhidapi