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

This commit is contained in:
Doron Behar
2023-08-17 15:30:36 +02:00
committed by Kerstin
parent bf8971d84b
commit ca6560f601
+2 -1
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";
};
}