Unverified Commit 35c95666 authored by Dean Eckert's avatar Dean Eckert
Browse files

lmstudio: add new maintainer

parent fd44d43a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ appimageTools.wrapType2 {
    homepage = "https://lmstudio.ai/";
    license = lib.licenses.unfree;
    mainProgram = "lmstudio";
    maintainers = with lib.maintainers; [ drupol ];
    maintainers = with lib.maintainers; [ drupol eeedean ];
    platforms = lib.platforms.linux;
    sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
  };