Skip to content

Commit

Permalink
Seperate licenses with a /
Browse files Browse the repository at this point in the history
  • Loading branch information
CAD97 authored Feb 25, 2018
1 parent fe0c18b commit 1ddba76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.26.0"
authors = ["Yehuda Katz <[email protected]>",
"Carl Lerche <[email protected]>",
"Alex Crichton <[email protected]>"]
license = "MIT OR Apache-2.0"
license = "MIT/Apache-2.0"
homepage = "https://crates.io"
repository = "https://github.com/rust-lang/cargo"
documentation = "https://docs.rs/cargo"
Expand Down Expand Up @@ -91,4 +91,4 @@ doc = false

[[test]]
name = "testsuite"
path = "tests/testsuite/lib.rs"
path = "tests/testsuite/lib.rs"

0 comments on commit 1ddba76

Please sign in to comment.