about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2021-03-05 15:03:36 +0100
committerMichael Weiss <dev.primeos@gmail.com>2021-03-05 15:05:04 +0100
commitcc4be81635c10e3ec260ba31008202a83735a0a5 (patch)
treed847b8957d5356f90ab67832e8b20841040da19d
parent39aff3a902187d1e18b336e0e3b4a735fe6a18f5 (diff)
python3Packages.google_api_python_client: Remove myself as maintainer
-rw-r--r--pkgs/development/python-modules/google-api-python-client/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/google-api-python-client/default.nix b/pkgs/development/python-modules/google-api-python-client/default.nix
index b7ac9c57d521c..39ed8d68345f5 100644
--- a/pkgs/development/python-modules/google-api-python-client/default.nix
+++ b/pkgs/development/python-modules/google-api-python-client/default.nix
@@ -34,6 +34,6 @@ buildPythonPackage rec {
     homepage = "https://github.com/google/google-api-python-client";
     changelog = "https://github.com/googleapis/google-api-python-client/releases/tag/v${version}";
     license = licenses.asl20;
-    maintainers = with maintainers; [ primeos ];
+    maintainers = with maintainers; [ ];
   };
 }