phonemizer: add bot-wxt1221 as maintainers

This commit is contained in:
wxt
2024-11-10 18:31:54 +08:00
parent 42be8c49fb
commit fc94ad90fb
@@ -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 ];
};
}