diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-11-06 21:51:26 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-11-06 23:28:59 +0000 |
commit | 302a1d10bd20b9e4b47de1f78c5165cbbfd6ed29 (patch) | |
tree | aba3de781e7e2e0a03fcb1e6719f5b21831a773c /misc/findutils | |
parent | be73e47d1d3aff3c70e47a21ef351ac38bcac47d (diff) | |
download | ports-302a1d10bd20b9e4b47de1f78c5165cbbfd6ed29.tar.gz ports-302a1d10bd20b9e4b47de1f78c5165cbbfd6ed29.zip |
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
Diffstat (limited to 'misc/findutils')
-rw-r--r-- | misc/findutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |