git: a5d0ffa99549 - main - comms/py-esptool: Drop maintainership

From: Fukang Chen <loader_at_FreeBSD.org>
Date: Thu, 01 Jan 2026 09:09:33 UTC
The branch main has been updated by loader:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a5d0ffa99549af467f1f300cc2e0419cd517dba1

commit a5d0ffa99549af467f1f300cc2e0419cd517dba1
Author:     Fukang Chen <loader@FreeBSD.org>
AuthorDate: 2026-01-01 09:01:53 +0000
Commit:     Fukang Chen <loader@FreeBSD.org>
CommitDate: 2026-01-01 09:01:53 +0000

    comms/py-esptool: Drop maintainership
    
    It takes days to compile lang/rust on the armv7, aarch64 and riscv64
    devices just to test a Python flasher script, I would prefer to spend
    the time improving my own limited C implementation.
    
    PR:     292052
---
 comms/py-esptool/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/comms/py-esptool/Makefile b/comms/py-esptool/Makefile
index 693c775398ac..65da3fc7a3bc 100644
--- a/comms/py-esptool/Makefile
+++ b/comms/py-esptool/Makefile
@@ -4,7 +4,7 @@ DISTVERSION=	4.10.0
 CATEGORIES=	comms python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	loader@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Utility to communicate with Espressif ESP8266 & ESP32 chips
 WWW=		https://github.com/espressif/esptool