about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pycocotools
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-09 16:01:51 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-09 16:01:51 +0100
commitfdc80b46b27eb7cef9b06a7196c516961a9ce7e1 (patch)
treecf9c79d737a60026ba32b8167fc23781afbc9c2f /pkgs/development/python-modules/pycocotools
parenta0785fd0c73c626fae92bea7fac81d46e926905d (diff)
python3Packages.pycocotools: drop maintainership
Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
Diffstat (limited to 'pkgs/development/python-modules/pycocotools')
-rw-r--r--pkgs/development/python-modules/pycocotools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pycocotools/default.nix b/pkgs/development/python-modules/pycocotools/default.nix
index bf95f02ef1927..13757c9f00889 100644
--- a/pkgs/development/python-modules/pycocotools/default.nix
+++ b/pkgs/development/python-modules/pycocotools/default.nix
@@ -32,6 +32,6 @@ buildPythonPackage rec {
     description = "Official APIs for the MS-COCO dataset";
     homepage = "https://github.com/cocodataset/cocoapi/tree/master/PythonAPI";
     license = licenses.bsd2;
-    maintainers = with maintainers; [ hexa piegames ];
+    maintainers = with maintainers; [ piegames ];
   };
 }