python3Packages.pycocotools: drop maintainership

Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
This commit is contained in:
Martin Weinelt 2022-01-09 16:01:51 +01:00
parent a0785fd0c7
commit fdc80b46b2

View file

@ -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 ];
};
}