From 606253bee7cede95cd6fde7f777cabc65b3620d1 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Wed, 26 Feb 2020 15:19:41 +0100 Subject: [PATCH] pythonPackages.google-cloud-speech: remove vanschelven from maintainers --- pkgs/development/python-modules/google_cloud_speech/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/google_cloud_speech/default.nix b/pkgs/development/python-modules/google_cloud_speech/default.nix index c00ea6539009..bdf8031970f6 100644 --- a/pkgs/development/python-modules/google_cloud_speech/default.nix +++ b/pkgs/development/python-modules/google_cloud_speech/default.nix @@ -21,6 +21,6 @@ buildPythonPackage rec { description = "Cloud Speech API enables integration of Google speech recognition into applications."; homepage = "https://github.com/googleapis/google-cloud-python/tree/master/speech"; license = licenses.asl20; - maintainers = with maintainers; [ vanschelven ]; + maintainers = with maintainers; [ ]; }; }