From cae5e7645a94dd0052e82c0d4cc745a30c3c026c Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Sun, 26 Oct 2025 13:09:56 -0700 Subject: [PATCH] python3Packages.antlr4-python3-runtime: add sarahec as maintainer --- .../python-modules/antlr4-python3-runtime/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/antlr4-python3-runtime/default.nix b/pkgs/development/python-modules/antlr4-python3-runtime/default.nix index 2c446ac30517..3419557f3cad 100644 --- a/pkgs/development/python-modules/antlr4-python3-runtime/default.nix +++ b/pkgs/development/python-modules/antlr4-python3-runtime/default.nix @@ -41,5 +41,6 @@ buildPythonPackage rec { mainProgram = "pygrun"; homepage = "https://www.antlr.org/"; license = licenses.bsd3; + maintainers = with maintainers; [ sarahec ]; }; }