From 1906ed7406a0d3eafeb0515d4a1ef41fcdb19567 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 19 Dec 2022 11:14:10 +0100 Subject: [PATCH] Use SPDX license operators --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d794af..6e0dd1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "rustls-native-certs" version = "0.6.2" edition = "2021" rust-version = "1.59" -license = "Apache-2.0/ISC/MIT" +license = "Apache-2.0 OR ISC OR MIT" readme = "README.md" description = "rustls-native-certs allows rustls to use the platform native certificate store" homepage = "https://github.com/ctz/rustls-native-certs"