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>"]
|
authors = ["Steven Fackler <sfackler@gmail.com>", "Ivan Nikulin <ifaaan@gmail.com>"]
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
description = "Hyper TLS support via BoringSSL"
|
description = "Hyper TLS support via BoringSSL"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
documentation = "https://docs.rs/hyper-boring"
|
documentation = "https://docs.rs/hyper-boring"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
name = "tokio-boring"
|
name = "tokio-boring"
|
||||||
version = { workspace = true }
|
version = { workspace = true }
|
||||||
authors = ["Alex Crichton <alex@alexcrichton.com>", "Ivan Nikulin <ifaaan@gmail.com>"]
|
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 }
|
edition = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
homepage = "https://github.com/cloudflare/boring"
|
homepage = "https://github.com/cloudflare/boring"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue