Unverified Commit fe1d5f63 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

go2tv-lite: fix `meta.mainProgram` (#389739)

parents a341626f 33fb3324
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;
  };
}