pythonPackages.google-auth: remove vanschelven from maintainers

This commit is contained in:
Klaas van Schelven 2020-02-26 15:19:08 +01:00 committed by Jon
parent 2358ecf252
commit 17c3ed4d30

View file

@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "This library simplifies using Googles various server-to-server authentication mechanisms to access Google APIs.";
homepage = "https://google-auth.readthedocs.io/en/latest/";
license = licenses.asl20;
maintainers = with maintainers; [ vanschelven ];
maintainers = with maintainers; [ ];
};
}