Updates license field to valid SPDX format
This commit is contained in:
parent
7b97ff7bf5
commit
b3eaacc33a
|
|
@ -4,7 +4,7 @@ version = { workspace = true }
|
|||
authors = ["Steven Fackler <sfackler@gmail.com>", "Ivan Nikulin <ifaaan@gmail.com>"]
|
||||
edition = { workspace = true }
|
||||
description = "Hyper TLS support via BoringSSL"
|
||||
license = "MIT/Apache-2.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = { workspace = true }
|
||||
documentation = "https://docs.rs/hyper-boring"
|
||||
readme = "README.md"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name = "tokio-boring"
|
||||
version = { workspace = true }
|
||||
authors = ["Alex Crichton <alex@alexcrichton.com>", "Ivan Nikulin <ifaaan@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
homepage = "https://github.com/cloudflare/boring"
|
||||
|
|
|
|||
Loading…
Reference in New Issue