wasm-bindgen-cli: remove myself as a maintainer

This commit is contained in:
David Yamnitsky 2023-12-10 18:49:06 -05:00 committed by GitHub
parent 0838486e91
commit 75c13bf6aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";
};
}