diff --git a/pkgs/applications/video/alass/default.nix b/pkgs/applications/video/alass/default.nix index 73b017ffeff4..d6b6da1fd6b5 100644 --- a/pkgs/applications/video/alass/default.nix +++ b/pkgs/applications/video/alass/default.nix @@ -25,9 +25,10 @@ rustPlatform.buildRustPackage rec { ''; meta = with lib; { - description = "Automatic Language-Agnostic Subtitle Synchronization"; + description = "Automatic Language-Agnostic Subtitles Synchronization"; homepage = "https://github.com/kaegi/alass"; license = licenses.gpl3Plus; maintainers = with maintainers; [ erictapen ]; + mainProgram = "alass-cli"; }; }