Commit f8299f4b authored by aleksana's avatar aleksana
Browse files

coz: add aleksana to maintainers

parent 32bfb814
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -48,6 +48,9 @@ python3Packages.buildPythonApplication rec {
    description = "Profiler based on casual profiling";
    mainProgram = "coz";
    license = lib.licenses.bsd2;
    maintainers = with lib.maintainers; [ zimbatm ];
    maintainers = with lib.maintainers; [
      zimbatm
      aleksana
    ];
  };
}