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/";
|
homepage = "https://rustwasm.github.io/docs/wasm-bindgen/";
|
||||||
license = with licenses; [ asl20 /* or */ mit ];
|
license = with licenses; [ asl20 /* or */ mit ];
|
||||||
description = "Facilitating high-level interactions between wasm modules and JavaScript";
|
description = "Facilitating high-level interactions between wasm modules and JavaScript";
|
||||||
maintainers = with maintainers; [ nitsky rizary ];
|
maintainers = with maintainers; [ rizary ];
|
||||||
mainProgram = "wasm-bindgen";
|
mainProgram = "wasm-bindgen";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue