cel-go: add hythera as maintanier

This commit is contained in:
Hythera
2026-02-14 23:51:11 +01:00
parent b8c53d20c5
commit 31ec694bbf
+1 -1
View File
@@ -68,6 +68,6 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/google/cel-go";
license = lib.licenses.asl20;
mainProgram = "cel-go";
maintainers = [ ];
maintainers = with lib.maintainers; [ hythera ];
};
})