python3Packages.transformers: add danieldk as maintainer

This commit is contained in:
Daniël de Kok 2020-07-03 18:13:09 +02:00 committed by Frederik Rietdijk
parent e732855c5e
commit 1bc8a6eeb3

View file

@ -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 ];
};
}