diff --git a/pkgs/build-support/wasm-bindgen-cli/default.nix b/pkgs/build-support/wasm-bindgen-cli/default.nix index ff171b573b0a..c4688dfec76e 100644 --- a/pkgs/build-support/wasm-bindgen-cli/default.nix +++ b/pkgs/build-support/wasm-bindgen-cli/default.nix @@ -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