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 ''; 26 27 meta = with lib; { 28 - description = "Automatic Language-Agnostic Subtitle Synchronization"; 29 homepage = "https://github.com/kaegi/alass"; 30 license = licenses.gpl3Plus; 31 maintainers = with maintainers; [ erictapen ]; 32 }; 33 }
··· 25 ''; 26 27 meta = with lib; { 28 + description = "Automatic Language-Agnostic Subtitles Synchronization"; 29 homepage = "https://github.com/kaegi/alass"; 30 license = licenses.gpl3Plus; 31 maintainers = with maintainers; [ erictapen ]; 32 + mainProgram = "alass-cli"; 33 }; 34 }