Skip to content

Commit

Permalink
MAINT: Write license spec in Cargo.toml in the more spec-correct way
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Nov 28, 2020
1 parent ad002c7 commit c7b50de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -7,7 +7,7 @@ authors = [
"bluss",
"Jim Turner"
]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
readme = "README-crates.io.md"

repository = "https://github.com/rust-ndarray/ndarray"
Expand Down

0 comments on commit c7b50de

Please sign in to comment.