esbuild: add undefined-moe to maintainers

This commit is contained in:
undefined
2023-06-10 23:02:35 +08:00
parent 2f0471c477
commit b7d18de79f
+1 -1
View File
@@ -22,6 +22,6 @@ buildGoModule rec {
homepage = "https://esbuild.github.io";
changelog = "https://github.com/evanw/esbuild/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ lucus16 marsam ];
maintainers = with maintainers; [ lucus16 marsam undefined-moe ];
};
}