From c9697413f7dcc0fbe82f8c3cea826207b30fa368 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Sun, 26 Oct 2025 13:04:08 -0700 Subject: [PATCH] antlr4: add sarahec as maintainer --- pkgs/development/tools/parsing/antlr/4.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/tools/parsing/antlr/4.nix b/pkgs/development/tools/parsing/antlr/4.nix index cb7176f5d5a4..0352698f42f4 100644 --- a/pkgs/development/tools/parsing/antlr/4.nix +++ b/pkgs/development/tools/parsing/antlr/4.nix @@ -86,6 +86,7 @@ let sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; license = lib.licenses.bsd3; platforms = lib.platforms.unix; + maintainers = with lib.maintainers; [ sarahec ]; }; }; @@ -119,6 +120,7 @@ let homepage = "https://www.antlr.org/"; license = lib.licenses.bsd3; platforms = lib.platforms.unix; + maintainers = with lib.maintainers; [ sarahec ]; }; }; };