From 900597719ea94aa8ce13fbdc5688e49986cb4f8b Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Thu, 18 Dec 2025 12:32:15 -0800 Subject: [PATCH] python3Packages.torchtune: add sarahec as maintainer --- pkgs/development/python-modules/torchtune/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/torchtune/default.nix b/pkgs/development/python-modules/torchtune/default.nix index df55b169f30c..7e14bd087537 100644 --- a/pkgs/development/python-modules/torchtune/default.nix +++ b/pkgs/development/python-modules/torchtune/default.nix @@ -121,6 +121,9 @@ buildPythonPackage rec { homepage = "https://github.com/meta-pytorch/torchtune"; changelog = "https://github.com/meta-pytorch/torchtune/releases/tag/${src.tag}"; license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ GaetanLepage ]; + maintainers = with lib.maintainers; [ + GaetanLepage + sarahec + ]; }; }