mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
maintainers: add staslyakhov (#481389)
This commit is contained in:
commit
879553cb9c
2 changed files with 7 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue