diff options
author | nikita <nikita@pkgsrc.org> | 2021-12-09 18:46:38 +0000 |
---|---|---|
committer | nikita <nikita@pkgsrc.org> | 2021-12-09 18:46:38 +0000 |
commit | 833495b331d321bb727b6e4ed2ba33a445757062 (patch) | |
tree | 6bf2d5a5539219fd704817ddd918e76417733a26 | |
parent | 984db9a04a02d9e5e5e095c9e14ed3ad7df6bac4 (diff) | |
download | pkgsrc-833495b331d321bb727b6e4ed2ba33a445757062.tar.gz |
security/doas: change Maintainer
-rw-r--r-- | security/doas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/doas/Makefile b/security/doas/Makefile index 96949446efd..6fc2dbe4e8e 100644 --- a/security/doas/Makefile +++ b/security/doas/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.14 2021/01/01 14:21:23 pin Exp $ +# $NetBSD: Makefile,v 1.15 2021/12/09 18:46:38 nikita Exp $ DISTNAME= doas-6.3p2 PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=slicer69/} -MAINTAINER= nikita@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/slicer69/doas/ COMMENT= Execute commands as another user LICENSE= 2-clause-bsd AND isc AND modified-bsd |