python312Packages.keras: add GaetanLepage as maintainer

This commit is contained in:
Gaetan Lepage
2024-12-01 11:09:49 +01:00
parent 5272ff110f
commit 7289b48c67
@@ -61,6 +61,6 @@ buildPythonPackage rec {
homepage = "https://keras.io";
changelog = "https://github.com/keras-team/keras/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ];
maintainers = with lib.maintainers; [ GaetanLepage ];
};
}