From c0780442bedd740c59e4be2ba010c6594b9070a5 Mon Sep 17 00:00:00 2001 From: Juan Jose Nicola Date: Mon, 8 Apr 2024 11:14:18 +0200 Subject: [PATCH] Change: make license spdx compliant --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e1cd25a..f23d08a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tokio-rustls" version = "0.26.0" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/rustls/tokio-rustls" homepage = "https://github.com/rustls/tokio-rustls" documentation = "https://docs.rs/tokio-rustls"