Seperate licenses with a `/`
authorChristopher Durham <cad97@cad97.com>
Sun, 25 Feb 2018 04:48:09 +0000 (23:48 -0500)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2018 04:48:09 +0000 (23:48 -0500)
Cargo.toml

index f366fbb142a2b33523aca5205f23eda4cdbe99a9..79b868e37f73aedbc9e1ce13f1924b99951ac280 100644 (file)
@@ -4,7 +4,7 @@ version = "0.26.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]
-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"
@@ -91,4 +91,4 @@ doc = false
 
 [[test]]
 name = "testsuite"
-path = "tests/testsuite/lib.rs"
\ No newline at end of file
+path = "tests/testsuite/lib.rs"