summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Frigido <andrea@frisoft.it>2023-07-20 18:32:05 +0100
committerMatthias Beyer <mail@beyermatthias.de>2023-07-21 07:03:37 +0200
commita1da383245b3167c515ab5cb3a3cfc9880799705 (patch)
tree0d8accbee132c5450c2e6a8e648fc2b0fc391bd5
parent293f87777c257fd1ecacc16ac123fcb73532be4b (diff)
Update license field following SPDX 2.1 license expression standard
Signed-off-by: Andrea Frigido <andrea@frisoft.it> Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9ef24bc..d04c287 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ readme = "README.md"
keywords = ["config", "configuration", "settings", "env", "environment"]
authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
categories = ["config"]
-license = "MIT/Apache-2.0"
+license = "MIT OR Apache-2.0"
edition = "2018"
[badges]