maintainers: add insipx
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user