From bf973783aeac6b2b43d8ceb234537f00c487d10e Mon Sep 17 00:00:00 2001 From: Hannes Hornwall Date: Sun, 7 Jul 2024 20:36:25 +0200 Subject: [PATCH] beyond-identity: add hornwall to maintainers --- pkgs/tools/security/beyond-identity/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/beyond-identity/default.nix b/pkgs/tools/security/beyond-identity/default.nix index cb3dcec44557..2eb2fd7a4c20 100644 --- a/pkgs/tools/security/beyond-identity/default.nix +++ b/pkgs/tools/security/beyond-identity/default.nix @@ -13,7 +13,7 @@ let downloadPage = "https://app.byndid.com/downloads"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; - maintainers = with maintainers; [ klden ]; + maintainers = with maintainers; [ klden hornwall ]; platforms = [ "x86_64-linux" ]; };