Skip to content

Commit f2cdb78

Browse files
committed
Fix license tag
Tools (like Clearlydefined.io) which automatically try to determine the license that a component uses understand AND and OR but not "/".
1 parent ea26212 commit f2cdb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.4.1"
44
authors = ["Herman J. Radtke III <herman@hermanradtke.com>"]
55
edition = "2018"
66
description = "A connect, read and write timeout aware connector to be used with hyper Client."
7-
license = "MIT/Apache-2.0"
7+
license = "MIT OR Apache-2.0"
88
documentation = "https://github.com/hjr3/hyper-timeout"
99
homepage = "https://github.com/hjr3/hyper-timeout"
1010
repository = "https://github.com/hjr3/hyper-timeout"

0 commit comments

Comments
 (0)