From e3d1294a9fa1962ba511e86b33e7d1c9bffbc41a Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 14 May 2023 10:14:26 +0200 Subject: [PATCH] chipsec: add erdnaxe to maintainers --- pkgs/tools/security/chipsec/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/chipsec/default.nix b/pkgs/tools/security/chipsec/default.nix index 8f8f4ee538d7..601cc145bd89 100644 --- a/pkgs/tools/security/chipsec/default.nix +++ b/pkgs/tools/security/chipsec/default.nix @@ -72,7 +72,7 @@ python3.pkgs.buildPythonApplication rec { ''; license = licenses.gpl2Only; homepage = "https://github.com/chipsec/chipsec"; - maintainers = with maintainers; [ johnazoidberg ]; + maintainers = with maintainers; [ johnazoidberg erdnaxe ]; platforms = [ "x86_64-linux" ] ++ lib.optional (!withDriver) "x86_64-darwin"; }; }