From c8fd598945768848544adfe4554c2ecd90aa4fb0 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Wed, 8 Jan 2025 22:50:21 +0000 Subject: [PATCH] limo: fix `meta.mainProgram` It should be `limo` not `Limo`. --- pkgs/by-name/li/limo/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/li/limo/package.nix b/pkgs/by-name/li/limo/package.nix index 43b172922488..372208d9c8b0 100644 --- a/pkgs/by-name/li/limo/package.nix +++ b/pkgs/by-name/li/limo/package.nix @@ -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