forked from mirrors/nixpkgs
python3Packages.transformers: add danieldk as maintainer
This commit is contained in:
parent
e732855c5e
commit
1bc8a6eeb3
|
@ -36,6 +36,6 @@ buildPythonPackage rec {
|
|||
description = "State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch";
|
||||
license = licenses.asl20;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ pashashocky ];
|
||||
maintainers = with maintainers; [ danieldk pashashocky ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue