mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-10 10:26:42 +00:00
Merge pull request #1064 from frisoft/main
Update license field following SPDX 2.1 license expression standard
This commit is contained in:
commit
3074209c9f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ authors = [
|
|||
"Contributors to async-std",
|
||||
]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0/MIT"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
repository = "https://github.com/async-rs/async-std"
|
||||
homepage = "https://async.rs"
|
||||
description = "Async version of the Rust standard library"
|
||||
|
|
Loading…
Reference in a new issue