summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-07-21 07:14:02 +0200
committerGitHub <noreply@github.com>2023-07-21 07:14:02 +0200
commit35f475c7d20e7bd15bbbdd7286a8fbeef3ae4264 (patch)
tree0d8accbee132c5450c2e6a8e648fc2b0fc391bd5
parent293f87777c257fd1ecacc16ac123fcb73532be4b (diff)
parenta1da383245b3167c515ab5cb3a3cfc9880799705 (diff)
Merge pull request #445 from matthiasbeyer/fix-license-spdx21
Update license field following SPDX 2.1 license expression standard
-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]