treewide: remove aaronjheng from maintainers (#424962)

This commit is contained in:
Weijia Wang 2025-07-13 21:39:25 -05:00 committed by GitHub
commit 6b56d9b598
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 3 deletions

View File

@ -90,7 +90,6 @@ buildGoModule (finalAttrs: {
maintainers = with lib.maintainers; [
jk
lrewega
aaronjheng
];
mainProgram = "buf";
};

View File

@ -60,7 +60,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
changelog = "https://github.com/bootandy/dust/releases/tag/v${finalAttrs.version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
aaronjheng
defelo
];
mainProgram = "dust";

View File

@ -36,7 +36,6 @@ buildGoModule (finalAttrs: {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
nshalman
aaronjheng
];
mainProgram = "jsonnet";
};