esbuild: add myself to maintainers

This commit is contained in:
Ivan Kozik
2023-11-21 01:38:10 +00:00
parent c77bec3beb
commit a14bbc1661
+1 -1
View File
@@ -22,7 +22,7 @@ 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 undefined-moe ];
maintainers = with maintainers; [ lucus16 marsam undefined-moe ivan ];
mainProgram = "esbuild";
};
}