muffet: add hythera as maintainer

This commit is contained in:
Hythera
2026-03-02 21:09:55 +01:00
parent ac674797ba
commit ee678605f7
+1 -1
View File
@@ -26,7 +26,7 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/raviqqe/muffet";
changelog = "https://github.com/raviqqe/muffet/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = with lib.maintainers; [ hythera ];
mainProgram = "muffet";
};
})