git: 302a1d10bd20 - main - misc/findutils: Fix MAINTAINER entry

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 06 Nov 2022 23:29:51 UTC
The branch main has been updated by diizzy:

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

commit 302a1d10bd20b9e4b47de1f78c5165cbbfd6ed29
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-11-06 21:51:26 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-11-06 23:28:59 +0000

    misc/findutils: Fix MAINTAINER entry
    
    Should only contain email address
    
    PR:             267583
    Reported by:    Robert Clausecker <fuz@fuz.su>
    Fixes:          c9c59f8e misc/findutils: Pass maintainership to new maintainer
---
 misc/findutils/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/findutils/Makefile b/misc/findutils/Makefile
index 17e2c8b4d547..444399051b8d 100644
--- a/misc/findutils/Makefile
+++ b/misc/findutils/Makefile
@@ -3,7 +3,7 @@ DISTVERSION=	4.9.0
 CATEGORIES=	misc
 MASTER_SITES=	GNU
 
-MAINTAINER=	Robert Clausecker <fuz@fuz.su>
+MAINTAINER=	fuz@fuz.su
 COMMENT=	GNU find utilities
 WWW=		https://www.gnu.org/software/findutils/