fcast-client: correct mainProgram (#355474)

This commit is contained in:
Pol Dellaiera
2024-11-12 19:48:37 +01:00
committed by GitHub
+1 -1
View File
@@ -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;
};