kitex: remove aaronjheng from maintainers

This commit is contained in:
Aaron Jheng 2025-07-12 21:14:22 +08:00
parent 02839caac6
commit 09f3f94892
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -40,7 +40,7 @@ buildGoModule (finalAttrs: {
description = "High-performance and strong-extensibility Golang RPC framework";
homepage = "https://github.com/cloudwego/kitex";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ aaronjheng ];
maintainers = with lib.maintainers; [ ];
mainProgram = "kitex";
};
})