Commit e120e207 authored by Stas Lyakhov's avatar Stas Lyakhov
Browse files

chipsec: add staslyakhov as maintainer

parent cbe825b6
Loading
Loading
Loading
Loading
+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