Commit 33fb3324 authored by Colin's avatar Colin
Browse files

go2tv-lite: fix `meta.mainProgram`

this expression is used for two toplevel packages: `go2tv` and
`go2tv-lite`; the executable name varies appropriately.
parent 53bb6269
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}