summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authornikita <nikita@pkgsrc.org>2020-04-28 11:46:27 +0000
committernikita <nikita@pkgsrc.org>2020-04-28 11:46:27 +0000
commit5c0c5fb23be2574020bd859a5bb226744932b97f (patch)
treeeb6fb0a7a2033588cc01a55a41276312427a6b64 /security
parent5a8fa8d1612298d080e2f8242ca3aba7aa43cec0 (diff)
downloadpkgsrc-5c0c5fb23be2574020bd859a5bb226744932b97f.tar.gz
adjust maintainer to my new login
Diffstat (limited to 'security')
-rw-r--r--security/doas/Makefile4
-rw-r--r--security/go-xxhash/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/doas/Makefile b/security/doas/Makefile
index 46cb001d250..7d6b05f3507 100644
--- a/security/doas/Makefile
+++ b/security/doas/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.8 2020/04/28 04:40:28 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2020/04/28 11:46:29 nikita Exp $
DISTNAME= doas-6.2p4
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=slicer69/}
-MAINTAINER= ng0@NetBSD.org
+MAINTAINER= nikita@NetBSD.org
HOMEPAGE= https://github.com/slicer69/doas/
COMMENT= Execute commands as another user
LICENSE= 2-clause-bsd AND isc AND modified-bsd
diff --git a/security/go-xxhash/Makefile b/security/go-xxhash/Makefile
index ff44082cf87..58c7af450f6 100644
--- a/security/go-xxhash/Makefile
+++ b/security/go-xxhash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/04/12 11:01:46 bsiegert Exp $
+# $NetBSD: Makefile,v 1.7 2020/04/28 11:46:29 nikita Exp $
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= go-xxhash-2.1.0
@@ -7,7 +7,7 @@ CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=cespare/}
GITHUB_PROJECT= xxhash
-MAINTAINER= ng0@NetBSD.org
+MAINTAINER= nikita@NetBSD.org
HOMEPAGE= https://github.com/cespare/xxhash/
COMMENT= Go implementation of the 64bit xxhash algorithm XXh64
LICENSE= mit