Update pkgs/build-support/wasm-bindgen-cli/default.nix

Co-authored-by: Philip Taron <philip.taron@gmail.com>
This commit is contained in:
Andrew Plaza
2025-10-07 12:33:32 -04:00
committed by GitHub
parent 08dd663b9b
commit aedca56659

View File

@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage {
passthru.updateScript = nix-update-script { };
meta = {
homepage = "wasm-bindgen.github.io/wasm-bindgen/";
homepage = "https://wasm-bindgen.github.io/wasm-bindgen/";
license = with lib.licenses; [
asl20 # or
mit