From 52a004cce445eae63dd5b2385a352d60a130a382 Mon Sep 17 00:00:00 2001 From: Andrea Frigido Date: Thu, 20 Jul 2023 00:07:55 +0100 Subject: [PATCH] Fix license syntax This patch updates the license field to follow the SPDX 2.1 license expression standard. --- alacritty_config/Cargo.toml | 2 +- alacritty_config_derive/Cargo.toml | 2 +- 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 "] -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 "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" description = "Failure resistant deserialization derive" homepage = "https://github.com/alacritty/alacritty" edition = "2021"