Unverified Commit fc94ad90 authored by wxt's avatar wxt
Browse files

phonemizer: add bot-wxt1221 as maintainers

parent 42be8c49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,6 +52,6 @@ buildPythonPackage rec {
    description = "Simple text to phones converter for multiple languages";
    mainProgram = "phonemize";
    license = lib.licenses.gpl3Plus;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ bot-wxt1221 ];
  };
}