python3Packages.kaggle: add myself (mbalatsko) as maintainer

This commit is contained in:
Maksym Balatsko 2023-10-04 08:40:34 -07:00
parent dee3ae5172
commit a6fb4577bf

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "kaggle";
version = "1.5.16";
version = "1.5.13";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-prNUL1kM80GlrUQdWuAhvpO9ZEQclsdYsVSQNJWjpgA=";
sha256 = "sha256-g2TFbDYSXLgZWHbZEdC8nvvBcxZ+ljuenveTeJupp/4=";
};
propagatedBuildInputs = [
@ -44,6 +44,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; [ ];
maintainers = with maintainers; [ mbalatsko ];
};
}