summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Frigido <frisoft@users.noreply.github.com>2023-07-20 00:07:55 +0100
committerGitHub <noreply@github.com>2023-07-19 23:07:55 +0000
commit52a004cce445eae63dd5b2385a352d60a130a382 (patch)
treefc8eb54ae46ef154692a39b2c093cad88c165286
parent395ad40bc11a3328abf0e1d3da6f39d2ffb9a7f7 (diff)
Fix license syntax
This patch updates the license field to follow the SPDX 2.1 license expression standard.
-rw-r--r--alacritty_config/Cargo.toml2
-rw-r--r--alacritty_config_derive/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/alacritty_config/Cargo.toml b/alacritty_config/Cargo.toml
index 5665790c..48e603ea 100644
--- a/alacritty_config/Cargo.toml
+++ b/alacritty_config/Cargo.toml
@@ -2,7 +2,7 @@
name = "alacritty_config"
version = "0.1.2-dev"
authors = ["Christian Duerr <contact@christianduerr.com>"]
-license = "MIT/Apache-2.0"
+license = "MIT OR Apache-2.0"
description = "Alacritty configuration abstractions"
homepage = "https://github.com/alacritty/alacritty"
edition = "2021"
diff --git a/alacritty_config_derive/Cargo.toml b/alacritty_config_derive/Cargo.toml
index 12ef2169..0e228ced 100644
--- a/alacritty_config_derive/Cargo.toml
+++ b/alacritty_config_derive/Cargo.toml
@@ -2,7 +2,7 @@
name = "alacritty_config_derive"
version = "0.2.2-dev"
authors = ["Christian Duerr <contact@christianduerr.com>"]
-license = "MIT/Apache-2.0"
+license = "MIT OR Apache-2.0"
description = "Failure resistant deserialization derive"
homepage = "https://github.com/alacritty/alacritty"
edition = "2021"