From a920ea9862916ab99d7beddd385f95b1f4db3e23 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Wed, 10 Sep 2025 16:25:15 -0400 Subject: [PATCH] tree-sitter: add amaanq as maintainer --- pkgs/development/tools/parsing/tree-sitter/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/parsing/tree-sitter/default.nix b/pkgs/development/tools/parsing/tree-sitter/default.nix index 499942477a8e..542d0ac8be25 100644 --- a/pkgs/development/tools/parsing/tree-sitter/default.nix +++ b/pkgs/development/tools/parsing/tree-sitter/default.nix @@ -270,6 +270,7 @@ rustPlatform.buildRustPackage { maintainers = with lib.maintainers; [ Profpatsch uncenter + amaanq ]; }; }