lmstudio: adding cig0 to maintainers

This commit is contained in:
Martín Cigorraga 2024-05-26 23:57:35 -03:00
parent f847c10505
commit 09fd818472
No known key found for this signature in database
GPG Key ID: AFBEACC55D9384A0

View File

@ -11,7 +11,7 @@ let
homepage = "https://lmstudio.ai/";
license = lib.licenses.unfree;
mainProgram = "lmstudio";
maintainers = with lib.maintainers; [ eeedean ];
maintainers = with lib.maintainers; [ cig0 eeedean ];
platforms = lib.platforms.linux ++ [ "aarch64-darwin" ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
};