lol

esbuild: add myself to maintainers

+1 -1
+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 - maintainers = with maintainers; [ lucus16 marsam undefined-moe ]; 25 + maintainers = with maintainers; [ lucus16 marsam undefined-moe ivan ]; 26 26 mainProgram = "esbuild"; 27 27 }; 28 28 }