alass: make meta.description 'subtitle' plural, and add mainProgram

authored by Doron Behar and committed by Kerstin ca6560f6 bf8971d8

+2 -1
+2 -1
pkgs/applications/video/alass/default.nix
··· 25 25 ''; 26 26 27 27 meta = with lib; { 28 - description = "Automatic Language-Agnostic Subtitle Synchronization"; 28 + description = "Automatic Language-Agnostic Subtitles Synchronization"; 29 29 homepage = "https://github.com/kaegi/alass"; 30 30 license = licenses.gpl3Plus; 31 31 maintainers = with maintainers; [ erictapen ]; 32 + mainProgram = "alass-cli"; 32 33 }; 33 34 }