From bb3afd3b3a2ac8dbcf7a4e6c9cf8a084aadf7d03 Mon Sep 17 00:00:00 2001 From: happysalada Date: Thu, 13 Jul 2023 19:31:09 +0800 Subject: [PATCH] python310Packages.transformers: add myself as maintainer --- pkgs/development/python-modules/transformers/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/transformers/default.nix b/pkgs/development/python-modules/transformers/default.nix index 654aa3709e65..95eb3fc6b9a2 100644 --- a/pkgs/development/python-modules/transformers/default.nix +++ b/pkgs/development/python-modules/transformers/default.nix @@ -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 ]; }; }