From 17c3ed4d30b9ed442123032a851f8cc54f70f026 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Wed, 26 Feb 2020 15:19:08 +0100 Subject: pythonPackages.google-auth: remove vanschelven from maintainers --- pkgs/development/python-modules/google_auth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/google_auth/default.nix b/pkgs/development/python-modules/google_auth/default.nix index 56ca3358e890..1f86c2a2af2e 100644 --- a/pkgs/development/python-modules/google_auth/default.nix +++ b/pkgs/development/python-modules/google_auth/default.nix @@ -21,6 +21,6 @@ buildPythonPackage rec { description = "This library simplifies using Google’s various server-to-server authentication mechanisms to access Google APIs."; homepage = "https://google-auth.readthedocs.io/en/latest/"; license = licenses.asl20; - maintainers = with maintainers; [ vanschelven ]; + maintainers = with maintainers; [ ]; }; } -- cgit 1.4.1