summaryrefslogtreecommitdiffstats
path: root/tokio-threadpool/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-threadpool/Cargo.toml')
-rw-r--r--tokio-threadpool/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-threadpool/Cargo.toml b/tokio-threadpool/Cargo.toml
index d866b0f1..3a68043a 100644
--- a/tokio-threadpool/Cargo.toml
+++ b/tokio-threadpool/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
documentation = "https://docs.rs/tokio-threadpool"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://github.com/tokio-rs/tokio"
-license = "MIT/Apache-2.0"
+license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
description = """
A task scheduler backed by a work-stealing thread pool.