tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
esbuild: add myself to maintainers
Ivan Kozik
2 years ago
a14bbc16
c77bec3b
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
esbuild
default.nix
+1
-1
pkgs/development/tools/esbuild/default.nix
···
22
22
homepage = "https://esbuild.github.io";
23
23
changelog = "https://github.com/evanw/esbuild/blob/v${version}/CHANGELOG.md";
24
24
license = licenses.mit;
25
25
-
maintainers = with maintainers; [ lucus16 marsam undefined-moe ];
25
25
+
maintainers = with maintainers; [ lucus16 marsam undefined-moe ivan ];
26
26
mainProgram = "esbuild";
27
27
};
28
28
}