coz: add aleksana to maintainers

This commit is contained in:
aleksana 2024-10-17 12:41:16 +08:00
parent 32bfb81444
commit f8299f4b18

View File

@ -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
];
};
}