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";
|
description = "State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ pashashocky ];
|
maintainers = with maintainers; [ danieldk pashashocky ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user