maintainers: add insipx

This commit is contained in:
Andrew Plaza
2025-09-16 11:39:10 -04:00
parent 795f1c3ce4
commit 382c96146a
2 changed files with 11 additions and 1 deletions
+7
View File
@@ -11067,6 +11067,13 @@
githubId = 54999;
name = "Ariel Nunez";
};
insipx = {
email = "github@andrewplaza.dev";
github = "insipx";
githubId = 6452260;
name = "Andrew Plaza";
keys = [ { fingerprint = "843D 72A9 EB79 A869 2C58 5B3A E773 8A7A 0F5C DB89"; } ];
};
Intuinewin = {
email = "antoinelabarussias@gmail.com";
github = "Intuinewin";
@@ -44,7 +44,10 @@ rustPlatform.buildRustPackage {
mit
];
description = "Facilitating high-level interactions between wasm modules and JavaScript";
maintainers = with lib.maintainers; [ rizary ];
maintainers = with lib.maintainers; [
rizary
insipx
];
mainProgram = "wasm-bindgen";
};
}