diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-04 21:28:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-04 21:28:51 +0000 |
commit | 9c8b5ede437e0b7c2f7b0cdd5f8500d619968fdb (patch) | |
tree | 6713c36312b130723032b53e0b088385806de8e1 /doc | |
parent | 3b24e790756ab8ce3fe25f33ac799904eeef72e9 (diff) | |
download | pkgsrc-9c8b5ede437e0b7c2f7b0cdd5f8500d619968fdb.tar.gz |
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile-example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile-example b/doc/Makefile-example index d86b1d5cf90..d4e82f12747 100644 --- a/doc/Makefile-example +++ b/doc/Makefile-example @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-example,v 1.11 2005/07/27 10:02:17 wiz Exp $ +# $NetBSD: Makefile-example,v 1.12 2006/03/04 21:29:30 jlam Exp $ # First paragraph - distfile and binary package data # DISTNAME PKGNAME PKGREVISION SVR4_PKGNAME CATEGORIES MASTER_SITES @@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=make/} #EXTRACT_SUFX= .tar.bz2 # .tar.gz is the default, only needed in unusual circumstances # Second paragraph - MAINTAINER, HOMEPAGE and COMMENT -MAINTAINER= tech-pkg@NetBSD.org # set this to your email address, tech-pkg@ is the default +MAINTAINER= pkgsrc-users@NetBSD.org # set this to your email address, pkgsrc-users@ is the default HOMEPAGE= http://www.gnu.org/software/make/make.html COMMENT= GNU version of 'make' utility # start with a capital, no articles at start |