pythonPackages.google-api-core: remove vanschelven from maintainers

This commit is contained in:
Klaas van Schelven 2020-02-26 15:18:51 +01:00 committed by Jon
parent 1b79fb8c94
commit 2358ecf252

View File

@ -30,6 +30,6 @@ buildPythonPackage rec {
description = "This library is not meant to stand-alone. Instead it defines common helpers used by all Google API clients.";
homepage = "https://github.com/GoogleCloudPlatform/google-cloud-python";
license = licenses.asl20;
maintainers = with maintainers; [ vanschelven ];
maintainers = with maintainers; [ ];
};
}