diff options
author | Wen Heping <wen@FreeBSD.org> | 2023-04-28 19:19:34 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2023-04-28 19:30:35 +0800 |
commit | 1cfdfecc986322aa3891a62813ba123dbf2742be (patch) | |
tree | 397685e91f49d389dbbe1055b92446c3d254e89e | |
parent | graphics/mapserver: Update to 8.0.1 (diff) |
editors/mg: Pass maintainership to submitter
PR: 271009
Reported by: cdr.nil@gmail.com
-rw-r--r-- | editors/mg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/mg/Makefile b/editors/mg/Makefile index e860da786ef4..0d296792a4c1 100644 --- a/editors/mg/Makefile +++ b/editors/mg/Makefile @@ -4,7 +4,7 @@ PORTEPOCH= 1 CATEGORIES= editors MASTER_SITES= https://github.com/ibara/mg/releases/download/mg-${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cgr.nil@gmail.com COMMENT= Small, fast Emacs-like editor WWW= https://github.com/ibara/mg |