summary refs log tree commit diff
path: root/pkgs/development/python-modules/inflect/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/inflect/default.nix')
-rw-r--r--pkgs/development/python-modules/inflect/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/inflect/default.nix b/pkgs/development/python-modules/inflect/default.nix
index f81ceabd27e..9081a30ac6b 100644
--- a/pkgs/development/python-modules/inflect/default.nix
+++ b/pkgs/development/python-modules/inflect/default.nix
@@ -28,5 +28,6 @@ buildPythonPackage rec {
     homepage = "https://github.com/jaraco/inflect";
     changelog = "https://github.com/jaraco/inflect/blob/v${version}/CHANGES.rst";
     license = licenses.mit;
+    maintainers = teams.tts.members;
   };
 }