Unverified Commit c8fd5989 authored by Matt Sturgeon's avatar Matt Sturgeon
Browse files

limo: fix `meta.mainProgram`

It should be `limo` not `Limo`.
parent 62e67d24
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