From 9f7cc9c7ec84e174ea91d1c70bdc666791111d77 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Mon, 15 Apr 2024 15:07:43 -0700 Subject: [PATCH] Use SPDX license format and update repo URL --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 58c3513..bb6a665 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ authors = [ "The Rust Project Developers" , "Manish Goregaokar " ] description = "The compiletest utility from the Rust compiler as a standalone testing harness" -license = "Apache-2.0/MIT" # Same as rustc -repository = "https://github.com/laumann/compiletest-rs" +license = "MIT OR Apache-2.0" # Same as rustc +repository = "https://github.com/Manishearth/compiletest-rs" keywords = ["compiletest", "test", "plugin"] readme = "README.md"