diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2017-01-09 17:41:22 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2017-01-09 17:41:22 +0000 |
commit | 34380927af5bb723c166ddf600a33a7b8c852a19 (patch) | |
tree | 36fa156dfe39d9bd138d48e21230a57364b76b31 | |
parent | 880af355701feaeb38b091d17fcf4f1d61156975 (diff) | |
download | freebsd-ports-34380927af5bb723c166ddf600a33a7b8c852a19.zip |
Pass maintainership to submitter, Alan Somers (previous maintainer
is inactive since 2015-01-30)
PR: 215742
Submitted by: asomers@
Differential Revision: https://reviews.freebsd.org/D9034
-rw-r--r-- | shells/fish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index 73e70571772a..d6c7da07f253 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2.4.0 CATEGORIES= shells MASTER_SITES= http://fishshell.com/files/${PORTVERSION}/ -MAINTAINER= freebsd.users@gmail.com +MAINTAINER= asomers@FreeBSD.org COMMENT= User friendly command line shell LICENSE= GPLv2 |