about summary refs log tree commit diff
path: root/pkgs/development/tools/wasm-bindgen-cli
diff options
context:
space:
mode:
authorDavid Yamnitsky <david@yamnitsky.com>2023-12-10 18:49:06 -0500
committerGitHub <noreply@github.com>2023-12-10 18:49:06 -0500
commit75c13bf6aac049d5fec26c07c28389a72c25a30b (patch)
treeac00abbd9680173b82e26c45041394c69c38f802 /pkgs/development/tools/wasm-bindgen-cli
parent0838486e9183ce39398f01b221766e68b50f405c (diff)
wasm-bindgen-cli: remove myself as a maintainer
Diffstat (limited to 'pkgs/development/tools/wasm-bindgen-cli')
-rw-r--r--pkgs/development/tools/wasm-bindgen-cli/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/wasm-bindgen-cli/default.nix b/pkgs/development/tools/wasm-bindgen-cli/default.nix
index fec8f6c7ad48d..63d16bb0c7191 100644
--- a/pkgs/development/tools/wasm-bindgen-cli/default.nix
+++ b/pkgs/development/tools/wasm-bindgen-cli/default.nix
@@ -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";
   };
 }