Commit ca6560f6 authored by Doron Behar's avatar Doron Behar Committed by Kerstin
Browse files

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

parent bf8971d8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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";
  };
}