Unverified Commit b6b55a99 authored by Jordan Williams's avatar Jordan Williams
Browse files

fcast-client: correct mainProgram

The actual executable program is `fcast`, not `fcast-client`.
parent 1d86cdc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
      implementations, enabling third-party developers to create their own
      receiver devices or integrate the FCast protocol into their own apps.
    '';
    mainProgram = "fcast-client";
    mainProgram = "fcast";
    maintainers = with lib.maintainers; [ drupol ];
    platforms = lib.platforms.linux;
  };