python3Packages.torchtune: add sarahec as maintainer

This commit is contained in:
Sarah Clark
2025-12-24 11:16:40 -08:00
parent 31b3f2a72c
commit 900597719e
@@ -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
];
};
}