From 6d72a90de9d5b2b55dafb15a2d5cacc35dc2686a Mon Sep 17 00:00:00 2001 From: kashw2 Date: Fri, 18 Aug 2023 09:49:44 +1000 Subject: [PATCH] grype: added kashw2 as maintainer --- pkgs/tools/security/grype/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/grype/default.nix b/pkgs/tools/security/grype/default.nix index 404148d298e0..b1668c1274aa 100644 --- a/pkgs/tools/security/grype/default.nix +++ b/pkgs/tools/security/grype/default.nix @@ -104,6 +104,6 @@ buildGoModule rec { container image or filesystem to find known vulnerabilities. ''; license = with licenses; [ asl20 ]; - maintainers = with maintainers; [ fab jk ]; + maintainers = with maintainers; [ fab jk kashw2 ]; }; }