Unverified Commit 59815812 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

limo: fix `meta.mainProgram` (#372237)

parents d32694cb c8fd5989
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
    description = "General purpose mod manager with support for the NexusMods API and LOOT";
    homepage = "https://github.com/limo-app/limo";
    license = lib.licenses.gpl3Plus;
    mainProgram = "Limo";
    mainProgram = "limo";
    maintainers = with lib.maintainers; [
      tomasajt
      MattSturgeon