chipsec: add staslyakhov as maintainer

This commit is contained in:
Stas Lyakhov
2026-01-18 18:49:46 +00:00
parent cbe825b6ce
commit e120e20769
+1
View File
@@ -81,6 +81,7 @@ python3.pkgs.buildPythonApplication rec {
maintainers = with lib.maintainers; [
johnazoidberg
erdnaxe
staslyakhov
];
platforms = if withDriver then [ "x86_64-linux" ] else with lib.platforms; linux ++ darwin;
# https://github.com/chipsec/chipsec/issues/1793