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

This commit is contained in:
Klaas van Schelven 2020-02-26 15:19:27 +01:00 committed by Jon
parent 17c3ed4d30
commit 1b56c10792

View file

@ -22,6 +22,6 @@ buildPythonPackage rec {
description = "API Client library for Google Cloud: Core Helpers";
homepage = "https://github.com/GoogleCloudPlatform/google-cloud-python";
license = licenses.asl20;
maintainers = with maintainers; [ vanschelven ];
maintainers = with maintainers; [ ];
};
}