Update repository URLs.

This commit is contained in:
Dan Gohman
2018-08-03 15:37:30 -07:00
parent a1b4c865d1
commit 40791787c7
3 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ version = "0.0.0"
description = "Command-line interface for the wasmtime crate" description = "Command-line interface for the wasmtime crate"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cranelift.readthedocs.io/" documentation = "https://cranelift.readthedocs.io/"
repository = "https://github.com/sunfishcode/wasmtime" repository = "https://github.com/CraneStation/wasmtime"
publish = false publish = false
[[bin]] [[bin]]

View File

@@ -4,7 +4,7 @@ version = "0.0.0"
authors = ["The Cranelift Project Developers"] authors = ["The Cranelift Project Developers"]
publish = false publish = false
description = "JIT-style execution for WebAsssembly code in Cranelift" 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" license = "Apache-2.0 WITH LLVM-exception"
[dependencies] [dependencies]

View File

@@ -3,6 +3,7 @@ name = "wasmtime-obj"
version = "0.0.0" version = "0.0.0"
authors = ["The Cranelift Project Developers"] authors = ["The Cranelift Project Developers"]
publish = false publish = false
repository = "https://github.com/CraneStation/wasmtime"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
[dependencies] [dependencies]