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:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user