mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
wasm-bindgen-cli: remove myself as a maintainer
This commit is contained in:
parent
0838486e91
commit
75c13bf6aa
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://rustwasm.github.io/docs/wasm-bindgen/";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
description = "Facilitating high-level interactions between wasm modules and JavaScript";
|
||||
maintainers = with maintainers; [ nitsky rizary ];
|
||||
maintainers = with maintainers; [ rizary ];
|
||||
mainProgram = "wasm-bindgen";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue