limo: fix meta.mainProgram (#372237)

This commit is contained in:
Nick Cao
2025-01-09 09:31:42 -05:00
committed by GitHub
+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