diff --git a/Cargo.toml b/Cargo.toml index 6b6e395af2..99a5df2730 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ version = "0.0.0" description = "Command-line interface for the wasmtime crate" license = "Apache-2.0 WITH LLVM-exception" documentation = "https://cranelift.readthedocs.io/" -repository = "https://github.com/sunfishcode/wasmtime" +repository = "https://github.com/CraneStation/wasmtime" publish = false [[bin]] diff --git a/lib/execute/Cargo.toml b/lib/execute/Cargo.toml index 38cd37b317..edd7c9afb0 100644 --- a/lib/execute/Cargo.toml +++ b/lib/execute/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" authors = ["The Cranelift Project Developers"] publish = false description = "JIT-style execution for WebAsssembly code in Cranelift" -repository = "https://github.com/sunfishcode/wasmtime" +repository = "https://github.com/CraneStation/wasmtime" license = "Apache-2.0 WITH LLVM-exception" [dependencies] diff --git a/lib/obj/Cargo.toml b/lib/obj/Cargo.toml index 11398a44a3..ba755cc202 100644 --- a/lib/obj/Cargo.toml +++ b/lib/obj/Cargo.toml @@ -3,6 +3,7 @@ name = "wasmtime-obj" version = "0.0.0" authors = ["The Cranelift Project Developers"] publish = false +repository = "https://github.com/CraneStation/wasmtime" license = "Apache-2.0 WITH LLVM-exception" [dependencies]