go2tv-lite: fix meta.mainProgram

this expression is used for two toplevel packages: `go2tv` and
`go2tv-lite`; the executable name varies appropriately.
This commit is contained in:
Colin
2025-03-14 05:56:45 +00:00
parent 53bb626970
commit 33fb33247e
+1 -1
View File
@@ -63,6 +63,6 @@ buildGoModule rec {
changelog = "https://github.com/alexballas/go2tv/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ gdamjan ];
mainProgram = "go2tv";
mainProgram = pname;
};
}