expr: add hythera as maintainer

This commit is contained in:
Hythera
2026-02-14 16:14:59 +01:00
parent b791579b2b
commit ffd30ea893
+1 -1
View File
@@ -33,7 +33,7 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/expr-lang/expr";
changelog = "https://github.com/expr-lang/expr/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = with lib.maintainers; [ hythera ];
mainProgram = "expr";
};
})