python3Packages.mistralai: add mana-byte to maintainers

This commit is contained in:
mana-byte
2026-01-17 13:12:43 +00:00
committed by Gaetan Lepage
parent 2301a7cbae
commit e4634e0583
@@ -91,6 +91,9 @@ buildPythonPackage rec {
homepage = "https://github.com/mistralai/client-python";
changelog = "https://github.com/mistralai/client-python/blob/${src.tag}/RELEASES.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ GaetanLepage ];
maintainers = with lib.maintainers; [
GaetanLepage
mana-byte
];
};
}