From f2cdb780a059a084aaa57e530492ac8234e478b5 Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Thu, 27 Jul 2023 09:37:37 +0200 Subject: [PATCH] Fix license tag Tools (like Clearlydefined.io) which automatically try to determine the license that a component uses understand AND and OR but not "/". --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ecfa8ca..db302d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.4.1" authors = ["Herman J. Radtke III "] edition = "2018" description = "A connect, read and write timeout aware connector to be used with hyper Client." -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://github.com/hjr3/hyper-timeout" homepage = "https://github.com/hjr3/hyper-timeout" repository = "https://github.com/hjr3/hyper-timeout"