python3Packages.google_api_python_client: Remove myself as maintainer

This commit is contained in:
Michael Weiss
2021-03-05 15:03:36 +01:00
parent 39aff3a902
commit cc4be81635

View File

@@ -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; [ ];
};
}