mistral-vibe: add shikanime to maintainers

This commit is contained in:
Gaetan Lepage
2025-12-29 13:19:37 +00:00
parent bc9412bf82
commit 083c5d2001
+4 -1
View File
@@ -98,7 +98,10 @@ python3Packages.buildPythonApplication rec {
homepage = "https://github.com/mistralai/mistral-vibe";
changelog = "https://github.com/mistralai/mistral-vibe/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ GaetanLepage ];
maintainers = with lib.maintainers; [
GaetanLepage
shikanime
];
mainProgram = "vibe";
};
}