pythonPackages.google-cloud-speech: remove vanschelven from maintainers

This commit is contained in:
Klaas van Schelven 2020-02-26 15:19:41 +01:00 committed by Jon
parent 1b56c10792
commit 606253bee7

View File

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