aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2021-02-14 13:51:44 +0900
committerGitHub <noreply@github.com>2021-02-14 13:51:44 +0900
commit19785ffd1f2872e7a3bd4ea46913a4f00dbf8191 (patch)
tree548b809044274818f8d1bdeeda73cefcfa3cf809
parent12515c971fa1b36676190f91971e97f1791b0a3f (diff)
parent855766550925f3387961fd89558f89e7f9b12938 (diff)
downloadasync-task-19785ffd1f2872e7a3bd4ea46913a4f00dbf8191.tar.gz
Merge pull request #14 from smol-rs/badge
Update license badge to match Cargo.toml
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2929250..e9b4c0d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "async-task"
version = "4.0.3"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
-license = "Apache-2.0/MIT"
+license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/async-task"
homepage = "https://github.com/smol-rs/async-task"
documentation = "https://docs.rs/async-task"
diff --git a/README.md b/README.md
index 7853089..7044c9d 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![Build](https://github.com/smol-rs/async-task/workflows/Build%20and%20test/badge.svg)](
https://github.com/smol-rs/async-task/actions)
-[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
+[![License](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg)](
https://github.com/smol-rs/async-task)
[![Cargo](https://img.shields.io/crates/v/async-task.svg)](
https://crates.io/crates/async-task)