lol

python3Packages: adopt tts leaf packages

+5 -3
+1 -1
pkgs/development/python-modules/coqpit/default.nix
··· 32 32 ''; 33 33 homepage = "https://github.com/coqui-ai/coqpit"; 34 34 license = licenses.mit; 35 - maintainers = with maintainers; [ hexa mic92 ]; 35 + maintainers = teams.tts.members; 36 36 }; 37 37 }
+1
pkgs/development/python-modules/inflect/default.nix
··· 28 28 homepage = "https://github.com/jaraco/inflect"; 29 29 changelog = "https://github.com/jaraco/inflect/blob/v${version}/CHANGES.rst"; 30 30 license = licenses.mit; 31 + maintainers = teams.tts.members; 31 32 }; 32 33 }
+1
pkgs/development/python-modules/jieba/default.nix
··· 29 29 description = "Chinese Words Segementation Utilities"; 30 30 homepage = "https://github.com/fxsjy/jieba"; 31 31 license = licenses.mit; 32 + maintainers = teams.tts.members; 32 33 }; 33 34 }
+1 -1
pkgs/development/python-modules/pypinyin/default.nix
··· 33 33 homepage = "https://github.com/mozillazg/python-pinyin"; 34 34 changelog = "https://github.com/mozillazg/python-pinyin/blob/master/CHANGELOG.rst"; 35 35 license = licenses.mit; 36 - maintainers = with maintainers; [ hexa mic92 ]; 36 + maintainers = teams.tts.members; 37 37 }; 38 38 }
+1 -1
pkgs/development/python-modules/pysbd/default.nix
··· 26 26 description = "Pysbd (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box across many languages"; 27 27 homepage = "https://github.com/nipunsadvilkar/pySBD"; 28 28 license = licenses.mit; 29 - maintainers = [ maintainers.mic92 ]; 29 + maintainers = teams.tts.members; 30 30 }; 31 31 }