pythonPackages.grpcio-tools: remove vanschelven from maintainers

This commit is contained in:
Klaas van Schelven 2020-02-26 15:21:12 +01:00 committed by Jon
parent 3cef56f8d7
commit 7db11155d0

View File

@ -20,6 +20,6 @@ buildPythonPackage rec {
description = "Protobuf code generator for gRPC";
license = licenses.asl20;
homepage = "https://grpc.io/grpc/python/";
maintainers = with maintainers; [ vanschelven ];
maintainers = with maintainers; [ ];
};
}