Commit ba0b3619 authored by Yiyu Zhou's avatar Yiyu Zhou
Browse files

haunt: add yiyu as maintainer

parent 1dcf75bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
})