Commit bb3afd3b authored by happysalada's avatar happysalada Committed by Yt
Browse files

python310Packages.transformers: add myself as maintainer

parent 85ff2d1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,6 +171,6 @@ buildPythonPackage rec {
    changelog = "https://github.com/huggingface/transformers/releases/tag/v${version}";
    license = licenses.asl20;
    platforms = platforms.unix;
    maintainers = with maintainers; [ pashashocky ];
    maintainers = with maintainers; [ pashashocky happysalada ];
  };
}