diff options
author | wiz <wiz> | 2012-08-05 09:55:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-08-05 09:55:54 +0000 |
commit | c2fff99a6974b7b1744dcede3eb633e6bc9467b6 (patch) | |
tree | a4150eb4497644b55d2701eca9a42e864a62aaa4 | |
parent | 2543d26687a1d58ef7d65dce7cebd77f239db95e (diff) | |
download | pkgsrc-c2fff99a6974b7b1744dcede3eb633e6bc9467b6.tar.gz |
If I get to fix the bugs, I might as well OWN it.
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index f1ea35f0480..bb6ca3f0528 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.414 2012/08/03 09:07:21 asau Exp $ +# $NetBSD: Makefile,v 1.415 2012/08/05 09:55:54 wiz Exp $ # # Note: if you update the version number, please have a look at the @@ -9,7 +9,7 @@ CATEGORIES= pkgtools MASTER_SITES= # none DISTFILES= # none -MAINTAINER= pkgsrc-users@NetBSD.org +OWNER= wiz@NetBSD.org HOMEPAGE= http://www.NetBSD.org/docs/pkgsrc/ COMMENT= Verifier for NetBSD packages |