python3Packages.mlflow: add GaetanLepage to maintainers

This commit is contained in:
Gaetan Lepage
2026-05-06 11:51:27 +00:00
parent b40249b44b
commit 345925e5ef
@@ -83,6 +83,8 @@ buildPythonPackage (finalAttrs: {
homepage = "https://github.com/mlflow/mlflow";
changelog = "https://github.com/mlflow/mlflow/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = [ ];
maintainers = with lib.maintainers; [
GaetanLepage
];
};
})