From 2358ecf2526ddd66424bc8f315ad685ab2352572 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Wed, 26 Feb 2020 15:18:51 +0100 Subject: [PATCH] pythonPackages.google-api-core: remove vanschelven from maintainers --- pkgs/development/python-modules/google_api_core/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/google_api_core/default.nix b/pkgs/development/python-modules/google_api_core/default.nix index 0f30be449c0..f3209c2d520 100644 --- a/pkgs/development/python-modules/google_api_core/default.nix +++ b/pkgs/development/python-modules/google_api_core/default.nix @@ -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; [ ]; }; }