python3Packages.transformers: add danieldk as maintainer

authored by danieldk.tngl.sh and committed by Frederik Rietdijk 1bc8a6ee e732855c

+1 -1
+1 -1
pkgs/development/python-modules/transformers/default.nix
··· 36 36 description = "State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch"; 37 37 license = licenses.asl20; 38 38 platforms = [ "x86_64-linux" ]; 39 - maintainers = with maintainers; [ pashashocky ]; 39 + maintainers = with maintainers; [ danieldk pashashocky ]; 40 40 }; 41 41 }