git: 2a443cc114f2 - main - devel/py-deprecat: Correct MAINTAINER in the newly-added port

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 17 Mar 2022 18:50:56 UTC
The branch main has been updated by yuri:

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

commit 2a443cc114f204f9e6f22e2e2d366847961f1826
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-03-17 18:50:28 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-03-17 18:50:28 +0000

    devel/py-deprecat: Correct MAINTAINER in the newly-added port
---
 devel/py-deprecat/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-deprecat/Makefile b/devel/py-deprecat/Makefile
index 793beaaf099c..453d1e5a9fbf 100644
--- a/devel/py-deprecat/Makefile
+++ b/devel/py-deprecat/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	sunpoet@FreeBSD.org
+MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	@deprecat decorator to deprecate python classes, functions, methods
 
 LICENSE=	MIT