From 8b22469fef9ad413fcabb0edcaf06be4a5592c12 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 18 Feb 2026 08:38:55 -0800 Subject: [PATCH] python313Packages.stanza: add Stebalien as a co-maintainer --- pkgs/development/python-modules/stanza/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/stanza/default.nix b/pkgs/development/python-modules/stanza/default.nix index 37b375d3ae46..ecdcb30b062f 100644 --- a/pkgs/development/python-modules/stanza/default.nix +++ b/pkgs/development/python-modules/stanza/default.nix @@ -56,6 +56,9 @@ buildPythonPackage (finalAttrs: { homepage = "https://github.com/stanfordnlp/stanza/"; changelog = "https://github.com/stanfordnlp/stanza/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ riotbib ]; + maintainers = with lib.maintainers; [ + riotbib + Stebalien + ]; }; })