xmake: add rennsax as the maintainer

This commit is contained in:
Bojun Ren 2024-09-26 10:39:15 +08:00
parent e8e566bfa4
commit 05866ec145
No known key found for this signature in database
GPG Key ID: 1815BA659CF04BD2

View File

@ -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
];
};
}