Unverified Commit 879553cb authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

maintainers: add staslyakhov (#481389)

parents 177e9ee8 e120e207
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";
+1 −0
Original line number Diff line number Diff line
@@ -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