Commit e3d1294a authored by Alexandre Iooss's avatar Alexandre Iooss
Browse files

chipsec: add erdnaxe to maintainers

parent 1dd536c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ python3.pkgs.buildPythonApplication rec {
    '';
    license = licenses.gpl2Only;
    homepage = "https://github.com/chipsec/chipsec";
    maintainers = with maintainers; [ johnazoidberg ];
    maintainers = with maintainers; [ johnazoidberg erdnaxe ];
    platforms = [ "x86_64-linux" ] ++ lib.optional (!withDriver) "x86_64-darwin";
  };
}