tree-sitter: add amaanq as maintainer (#441877)

This commit is contained in:
Philip Taron
2025-09-11 21:22:40 +00:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -1347,6 +1347,13 @@
githubId = 373;
name = "Alexandre Girard Davila";
};
amaanq = {
email = "contact@amaanq.com";
github = "amaanq";
githubId = 29718261;
matrix = "@amaan:amaanq.com";
name = "Amaan Qureshi";
};
amadaluzia = {
email = "amad@atl.tools";
github = "amadaluzia";
@@ -270,6 +270,7 @@ rustPlatform.buildRustPackage {
maintainers = with lib.maintainers; [
Profpatsch
uncenter
amaanq
];
};
}