diff --git a/Cargo.toml b/Cargo.toml index 3a6b29c..affe93e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,8 @@ name = "rustc-test" version = "0.3.1" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" -description = "A fork of Rust’s `test` crate that doesn’t require unstable language features." -repository = "https://github.com/SimonSapin/rustc-test" +description = "A fork of Rust's `test` crate that doesn't require unstable language features." +repository = "https://github.com/servo/rustc-test" [features] asm_black_box = []