diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 1c46125eba..78e56b07cf 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -4,8 +4,8 @@ version = "0.8.0" authors = ["wgpu developers"] edition = "2018" description = "Rusty WebGPU API wrapper" -homepage = "https://github.com/gfx-rs/wgpu-rs" -repository = "https://github.com/gfx-rs/wgpu-rs" +homepage = "https://wgpu.rs/" +repository = "https://github.com/gfx-rs/wgpu" keywords = ["graphics"] license = "MPL-2.0" exclude = ["etc/**/*", "examples/**/*", "tests/**/*", "Cargo.lock", "target/**/*"]