diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-03-12 10:23:57 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-03-12 10:23:57 +0000 |
commit | bc271da5c3846611472d23f049d30c4b92305b26 (patch) | |
tree | 25bd718909882242aea87bed0499756ca7070011 /news/nget | |
parent | c93488d7dab1e45e7c14aafe40c63e2152b4101f (diff) | |
download | pkgsrc-bc271da5c3846611472d23f049d30c4b92305b26.tar.gz |
Use email addresses in the MAINTAINER field. Adding names produces ugly
results, specially in the bulk build reports, and we don't use this style
anywhere else.
Diffstat (limited to 'news/nget')
-rw-r--r-- | news/nget/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nget/Makefile b/news/nget/Makefile index c301c6cb02e..a278712aaf4 100644 --- a/news/nget/Makefile +++ b/news/nget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:18:02 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/03/12 10:23:57 jmmv Exp $ # DISTNAME= nget-0.27 @@ -6,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nget/} -MAINTAINER= Joel CARNAT <joel@carnat.net> +MAINTAINER= joel@carnat.net HOMEPAGE= http://nget.sourceforge.net/ COMMENT= Command line nntp file grabber |