diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-28 14:52:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-28 14:52:37 +0000 |
commit | 36ff915e97a346b20cd45ce4cca9c4da2c5045d9 (patch) | |
tree | faf1f48e391a5f43e0aa1f07d71638cd832c02f0 /devel/scmgit | |
parent | 00a69526277ffc79202561812a4c1c6dbfddeae9 (diff) | |
download | pkgsrc-36ff915e97a346b20cd45ce4cca9c4da2c5045d9.tar.gz |
Reset maintainer for retired developers.
Diffstat (limited to 'devel/scmgit')
-rw-r--r-- | devel/scmgit/Makefile | 4 | ||||
-rw-r--r-- | devel/scmgit/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/scmgit/Makefile b/devel/scmgit/Makefile index 0dc79d99bb7..c4688d2d765 100644 --- a/devel/scmgit/Makefile +++ b/devel/scmgit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2009/05/05 06:21:16 minskim Exp $ +# $NetBSD: Makefile,v 1.29 2011/02/28 14:52:46 wiz Exp $ .include "../../devel/scmgit/Makefile.version" @@ -8,7 +8,7 @@ CATEGORIES+= meta-pkgs devel DISTFILES= # empty MASTER_SITES= http://www.kernel.org/pub/software/scm/git/ -MAINTAINER= bjs@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= GIT version control suite meta-package META_PACKAGE= yes diff --git a/devel/scmgit/Makefile.common b/devel/scmgit/Makefile.common index 4d535721d0b..b2beb435d28 100644 --- a/devel/scmgit/Makefile.common +++ b/devel/scmgit/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2011/01/28 08:11:30 adam Exp $ +# $NetBSD: Makefile.common,v 1.17 2011/02/28 14:52:46 wiz Exp $ # # used by devel/scmgit-base/Makefile # used by devel/scmgit-docs/Makefile @@ -10,7 +10,7 @@ CATEGORIES= devel scm MASTER_SITES?= http://www.kernel.org/pub/software/scm/git/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER?= bjs@NetBSD.org +MAINTAINER?= pkgsrc-users@NetBSD.org HOMEPAGE?= http://git.or.cz/ LICENSE= gnu-gpl-v2 |