diff --git a/pkgs/by-name/fc/fcast-client/package.nix b/pkgs/by-name/fc/fcast-client/package.nix index 9f9277fed327..bd6cb675a3f4 100644 --- a/pkgs/by-name/fc/fcast-client/package.nix +++ b/pkgs/by-name/fc/fcast-client/package.nix @@ -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; };