Fix license in Cargo.toml files
This commit is contained in:
parent
737f0a6bb5
commit
d743a8992a
@ -12,7 +12,7 @@ authors = [
|
||||
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
|
||||
repository = "https://github.com/rust-lang/rust-clippy"
|
||||
readme = "README.md"
|
||||
license = "MPL-2.0"
|
||||
license = "MIT/Apache-2.0"
|
||||
keywords = ["clippy", "lint", "plugin"]
|
||||
edition = "2018"
|
||||
|
||||
|
@ -8,7 +8,7 @@ authors = [
|
||||
"Martin Carton <cartonmartin@gmail.com>",
|
||||
"Oliver Schneider <clippy-iethah7aipeen8neex1a@oli-obk.de>"
|
||||
]
|
||||
license = "MPL-2.0"
|
||||
license = "MIT/Apache-2.0"
|
||||
description = "A macro to test clippy's procedural macro checks"
|
||||
repository = "https://github.com/rust-lang/rust-clippy"
|
||||
edition = "2018"
|
||||
|
Loading…
Reference in New Issue
Block a user