]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Merge pull request #3319 from majecty/webpage_link_category
[rust.git] / Cargo.toml
index 80ff21764a527ab0a1c1cc04ffa09e7143a6937a..518c2caf6718556022d983a367b412545ecda4ae 100644 (file)
@@ -11,11 +11,12 @@ authors = [
 description = "A bunch of helpful lints to avoid common pitfalls in Rust"
 repository = "https://github.com/rust-lang-nursery/rust-clippy"
 readme = "README.md"
-license = "MPL-2.0"
+license = "MIT/Apache-2.0"
 keywords = ["clippy", "lint", "plugin"]
 categories = ["development-tools", "development-tools::cargo-plugins"]
 build = "build.rs"
 edition = "2018"
+publish = false
 
 [badges]
 travis-ci = { repository = "rust-lang-nursery/rust-clippy" }