Skip to content

Commit

Permalink
Update license field (#100)
Browse files Browse the repository at this point in the history
to make it compliant with the [SPDX 2.1 license expression format](https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields)
  • Loading branch information
gferon committed Aug 26, 2020
1 parent b347731 commit 9b146fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -4,7 +4,7 @@ name = "num_cpus"
version = "1.13.0" # don't forget to update html_root_url
description = "Get the number of CPUs on a machine."
authors = ["Sean McArthur <sean@seanmonstar.com>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/seanmonstar/num_cpus"
documentation = "https://docs.rs/num_cpus"
keywords = ["cpu", "cpus", "cores"]
Expand Down

0 comments on commit 9b146fa

Please sign in to comment.