chipsec: add erdnaxe to maintainers

This commit is contained in:
Alexandre Iooss 2023-05-14 10:14:26 +02:00
parent 1dd536c54c
commit e3d1294a9f

View file

@ -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";
};
}