haunt: add yiyu as maintainer

This commit is contained in:
Yiyu Zhou
2026-02-06 17:02:21 -06:00
parent 1dcf75bdcd
commit ba0b361920
+1 -1
View File
@@ -68,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
to do things that aren't provided out-of-the-box.
'';
license = lib.licenses.gpl3Plus;
maintainers = [ ];
maintainers = with lib.maintainers; [ yiyu ];
inherit (guile.meta) platforms;
};
})