python312Packages.ansible-runner: add GaetanLepage as maintainer

This commit is contained in:
Gaetan Lepage
2024-12-31 14:37:12 +01:00
parent 740ec536a9
commit f669cc12bd
@@ -113,7 +113,7 @@ buildPythonPackage rec {
homepage = "https://github.com/ansible/ansible-runner";
changelog = "https://github.com/ansible/ansible-runner/releases/tag/${version}";
license = lib.licenses.asl20;
maintainers = [ ];
maintainers = with lib.maintainers; [ GaetanLepage ];
mainProgram = "ansible-runner";
};
}