alass: make meta.description 'subtitle' plural, and add mainProgram
This commit is contained in:
parent
bf8971d84b
commit
ca6560f601
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user