about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKlaas van Schelven <klaas@vanschelven.com>2020-02-26 15:19:08 +0100
committerJon <jonringer@users.noreply.github.com>2020-02-26 12:13:33 -0800
commit17c3ed4d30b9ed442123032a851f8cc54f70f026 (patch)
treecf8f599955289715f1dfc59978b40a8952ef968e
parent2358ecf2526ddd66424bc8f315ad685ab2352572 (diff)
downloadnixlib-17c3ed4d30b9ed442123032a851f8cc54f70f026.tar
nixlib-17c3ed4d30b9ed442123032a851f8cc54f70f026.tar.gz
nixlib-17c3ed4d30b9ed442123032a851f8cc54f70f026.tar.bz2
nixlib-17c3ed4d30b9ed442123032a851f8cc54f70f026.tar.lz
nixlib-17c3ed4d30b9ed442123032a851f8cc54f70f026.tar.xz
nixlib-17c3ed4d30b9ed442123032a851f8cc54f70f026.tar.zst
nixlib-17c3ed4d30b9ed442123032a851f8cc54f70f026.zip
pythonPackages.google-auth: remove vanschelven from maintainers
-rw-r--r--pkgs/development/python-modules/google_auth/default.nix2
1 files changed, 1 insertions, 1 deletions
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; [ ];
   };
 }