lmstudio: remove drupol from maintainers

This commit is contained in:
Martín Cigorraga 2024-05-26 23:55:39 -03:00
parent 7fda415af4
commit f847c10505
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; [ drupol eeedean ];
maintainers = with lib.maintainers; [ eeedean ];
platforms = lib.platforms.linux ++ [ "aarch64-darwin" ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
};