maintainers: add staslyakhov (#481389)

This commit is contained in:
Yohann Boniface 2026-01-21 12:49:37 +00:00 committed by GitHub
commit 879553cb9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -25070,6 +25070,12 @@
github = "stasjok";
githubId = 1353637;
};
staslyakhov = {
name = "Stas Lyakhov";
email = "nix@lyakhovs.dev";
github = "staslyakhov";
githubId = 19846456;
};
staticdev = {
email = "staticdev-support@proton.me";
github = "staticdev";

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