Commit 0799c168 authored by Ilan Joselevich's avatar Ilan Joselevich
Browse files

python3Packages.oauth2-client: Remove kranzes from maintainers

parent 7855819e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,6 +34,6 @@ buildPythonPackage rec {
    description = "Client library for OAuth2";
    homepage = "https://pypi.org/project/oauth2-client/";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ kranzes ];
    maintainers = [ ];
  };
}