From 87b9fc14baebb315bf8d6efba9f20a6e9f134c95 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Trystram Date: Mon, 30 Jan 2023 14:13:06 +0100 Subject: [PATCH] Use SPDX license format The use of `/` have been deprecated --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3bf2a05..0d170676 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "native-tls" version = "0.2.11" authors = ["Steven Fackler "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" description = "A wrapper over a platform's native TLS implementation" repository = "https://github.com/sfackler/rust-native-tls" readme = "README.md"