Skip to content

Commit fc94ad9

Browse files
committed
phonemizer: add bot-wxt1221 as maintainers
1 parent 42be8c4 commit fc94ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/phonemizer/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ buildPythonPackage rec {
5252
description = "Simple text to phones converter for multiple languages";
5353
mainProgram = "phonemize";
5454
license = lib.licenses.gpl3Plus;
55-
maintainers = [ ];
55+
maintainers = with lib.maintainers; [ bot-wxt1221 ];
5656
};
5757
}

0 commit comments

Comments
 (0)