diff options
| author | wiz <wiz@NetBSD.org> | 2012-12-21 09:40:17 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2012-12-21 09:40:17 +0000 |
| commit | 6f14e969a2e44c551aaa6e7c7d7936e3985a343f (patch) | |
| tree | d1ae243a31ba64c2c5c08c8c29fae674d7c563af /gnu | |
| parent | ef70fdbe0d91ac73566d20e41ac7dcf4d89039a5 (diff) | |
Set GNATS_ADDR to gnats-bugs@NetBSD.org, like in all other places.
Ok spz for admins.
Requested by Bug Hunting.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/send-pr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/send-pr/Makefile b/gnu/usr.bin/send-pr/Makefile index 2ebf277d7d2..60d0ae70611 100644 --- a/gnu/usr.bin/send-pr/Makefile +++ b/gnu/usr.bin/send-pr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2008/10/25 22:27:35 apb Exp $ +# $NetBSD: Makefile,v 1.31 2012/12/21 09:40:17 wiz Exp $ .include <bsd.own.mk> @@ -19,7 +19,7 @@ VERSION=3.95 GNATS_ROOT = # Email address to which people should submit bugs. -GNATS_ADDR = gnats-bugs@gnats.NetBSD.org +GNATS_ADDR = gnats-bugs@NetBSD.org # The default release for this send-pr. DEFAULT_RELEASE = `uname -s` `uname -r` |
