Unverified Commit 1f3eaa40 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #261351 from wegank/mbrola-platforms

mbrola: update platforms
parents 0f6819c3 f38a4c09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ let
  meta = with lib; {
    license = licenses.agpl3Plus;
    maintainers = with maintainers; [ davidak ];
    platforms = platforms.linux;
    platforms = platforms.all;
    description = "Speech synthesizer based on the concatenation of diphones";
    homepage = "https://github.com/numediart/MBROLA";
  };