python3Packages.pycatch22: remove mbalatsko from maintainers

This commit is contained in:
Maksym Balatsko
2026-01-03 19:18:25 +01:00
parent 539b9631cd
commit fd34a0b4bd
@@ -38,6 +38,6 @@ buildPythonPackage rec {
homepage = "https://github.com/DynamicsAndNeuralSystems/pycatch22";
changelog = "https://github.com/DynamicsAndNeuralSystems/pycatch22/releases/tag/v${version}";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}