diff options
author | eadler <eadler@FreeBSD.org> | 2011-08-22 00:12:46 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-08-22 00:12:46 +0800 |
commit | 7371c9dd7c12e0ad1fe8ae5efc9f2fabd6f3db57 (patch) | |
tree | 2b66cee794fd5ce79182cf50bf8bf8fe2af077df /editors | |
parent | 98ecb18703a87e81fe2fd46633a8b23e91913f35 (diff) | |
download | freebsd-ports-gnome-7371c9dd7c12e0ad1fe8ae5efc9f2fabd6f3db57.tar.gz freebsd-ports-gnome-7371c9dd7c12e0ad1fe8ae5efc9f2fabd6f3db57.tar.zst freebsd-ports-gnome-7371c9dd7c12e0ad1fe8ae5efc9f2fabd6f3db57.zip |
- change the email address I use to maintain ports
Approved by: bapt (mentor)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/nano/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/nano-devel/Makefile b/editors/nano-devel/Makefile index 331781087205..a2cad9804df1 100644 --- a/editors/nano-devel/Makefile +++ b/editors/nano-devel/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ \ PKGNAMESUFFIX= -devel #DISTNAME= nano-${PORTVERSION}pre2 -MAINTAINER= ports@eitanadler.com +MAINTAINER= eadler@freebsd.org COMMENT= Nano's ANOther editor, an enhanced free Pico clone CONFLICTS= nano-2* diff --git a/editors/nano/Makefile b/editors/nano/Makefile index acadf3f5a5e9..a73fb978dac7 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= ports@eitanadler.com +MAINTAINER= eadler@freebsd.org COMMENT= Nano's ANOther editor, an enhanced free Pico clone GNU_CONFIGURE= yes |