Update more paths for the CraneStation/cranelift rename.

This commit is contained in:
Dan Gohman
2018-07-13 09:22:15 -07:00
parent f4dbd38a4c
commit 401c872c52
16 changed files with 26 additions and 26 deletions

View File

@@ -3,7 +3,7 @@ name = "cranelift-native"
version = "0.13.0"
authors = ["The Cranelift Project Developers"]
description = "Support for targeting the host with Cranelift"
repository = "https://github.com/cranelift/cranelift"
repository = "https://github.com/CraneStation/cranelift"
license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md"
@@ -24,4 +24,4 @@ core = ["cranelift-codegen/core", "raw-cpuid/nightly"]
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "cranelift/cranelift" }
travis-ci = { repository = "CraneStation/cranelift" }