limo: fix meta.mainProgram

It should be `limo` not `Limo`.
This commit is contained in:
Matt Sturgeon
2025-01-08 22:50:21 +00:00
parent 62e67d2442
commit c8fd598945
+1 -1
View File
@@ -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