esbuild: add marsam to maintainers

This commit is contained in:
Mario Rodas 2022-06-25 20:50:00 +00:00
parent a6a9b537e7
commit 5ae3d0e495

View File

@ -19,6 +19,6 @@ buildGoModule rec {
description = "An extremely fast JavaScript bundler";
homepage = "https://esbuild.github.io";
license = licenses.mit;
maintainers = with maintainers; [ lucus16 ];
maintainers = with maintainers; [ lucus16 marsam ];
};
}