forked from mirrors/nixpkgs
esbuild: add marsam to maintainers
This commit is contained in:
parent
a6a9b537e7
commit
5ae3d0e495
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue