Unverified Commit 05866ec1 authored by Bojun Ren's avatar Bojun Ren
Browse files

xmake: add rennsax as the maintainer

parent e8e566bf
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -27,6 +27,9 @@ stdenv.mkDerivation rec {
    description = "Cross-platform build utility based on Lua";
    homepage = "https://xmake.io";
    license = licenses.asl20;
    maintainers = with maintainers; [ rewine ];
    maintainers = with maintainers; [
      rewine
      rennsax
    ];
  };
}