From 3cef56f8d7aec6822b7d4a1be3e2585c672e8edd Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Wed, 26 Feb 2020 15:20:08 +0100 Subject: [PATCH] pythonPackages.googleapis-common-protos: remove vanschelven from maintainers --- .../python-modules/googleapis_common_protos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/googleapis_common_protos/default.nix b/pkgs/development/python-modules/googleapis_common_protos/default.nix index 7a10ce12c38..08d31b6920b 100644 --- a/pkgs/development/python-modules/googleapis_common_protos/default.nix +++ b/pkgs/development/python-modules/googleapis_common_protos/default.nix @@ -19,6 +19,6 @@ buildPythonPackage rec { description = "Common protobufs used in Google APIs"; homepage = "https://github.com/googleapis/googleapis"; license = licenses.asl20; - maintainers = with maintainers; [ vanschelven ]; + maintainers = with maintainers; [ ]; }; }