protoscope: remove aaronjheng from maintainers

This commit is contained in:
Aaron Jheng
2025-09-14 21:30:37 +08:00
parent 659fac6d3a
commit 99210457d1
+1 -1
View File
@@ -27,6 +27,6 @@ buildGoModule {
mainProgram = "protoscope";
homepage = "https://github.com/protocolbuffers/protoscope";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ aaronjheng ];
maintainers = with lib.maintainers; [ ];
};
}