python3Packages.kaggle: remove cdepillabout as maintainer

This commit is contained in:
Dennis Gosnell 2023-06-02 07:46:33 +09:00
parent 1f8daadffc
commit d7f4cd8b1d
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4

View File

@ -50,6 +50,6 @@ buildPythonPackage rec {
description = "Official API for https://www.kaggle.com, accessible using a command line tool implemented in Python 3";
homepage = "https://github.com/Kaggle/kaggle-api";
license = licenses.asl20;
maintainers = with maintainers; [ cdepillabout ];
maintainers = with maintainers; [ ];
};
}