From 40791787c746d999d6cada8fb737dc72d974a71a Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 3 Aug 2018 15:37:30 -0700 Subject: [PATCH] Update repository URLs. --- Cargo.toml | 2 +- lib/execute/Cargo.toml | 2 +- lib/obj/Cargo.toml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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]