From cc4be81635c10e3ec260ba31008202a83735a0a5 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Fri, 5 Mar 2021 15:03:36 +0100 Subject: [PATCH] python3Packages.google_api_python_client: Remove myself as maintainer --- .../python-modules/google-api-python-client/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b7ac9c57d52..39ed8d68345 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; [ ]; }; }