python3Packages.kaggle: add myself (mbalatsko) as maintainer
This commit is contained in:
parent
dee3ae5172
commit
a6fb4577bf
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue