diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-08-21 20:51:40 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-08-21 20:51:40 +0000 |
commit | e1f907bc92fd009a50a4d72d49c7f561c0f1436c (patch) | |
tree | d68379cceaa2e27c50b7bb9e58f409f101407a41 /editors/nano | |
parent | 6c39ae8258a8d0dc8f5fa734ef02c1d4d357bdec (diff) | |
download | freebsd-ports-e1f907bc92fd009a50a4d72d49c7f561c0f1436c.zip |
- change the email address I use to maintain ports
Approved by: bapt (mentor)
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index a73fb978dac7..943f1006b3d9 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.nano-editor.org/dist/v2.2/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= eadler@freebsd.org +MAINTAINER= eadler@FreeBSD.org COMMENT= Nano's ANOther editor, an enhanced free Pico clone GNU_CONFIGURE= yes |