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

This commit is contained in:
Doron Behar 2023-08-16 19:17:21 +03:00 committed by Kerstin
parent bf8971d84b
commit ca6560f601

View File

@ -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";
};
}