src-cli: add burmudar as maintainer

This commit is contained in:
William Bezuidenhout
2026-05-20 11:25:38 +02:00
committed by Michael Daniels
parent 908c981f9b
commit 3695e88a81
+1
View File
@@ -44,6 +44,7 @@ buildGoModule rec {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
keegancsmith
burmudar
];
mainProgram = "src";
};