diff options
author | Andrea Frigido <frisoft@users.noreply.github.com> | 2023-07-20 00:07:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-19 23:07:55 +0000 |
commit | 52a004cce445eae63dd5b2385a352d60a130a382 (patch) | |
tree | fc8eb54ae46ef154692a39b2c093cad88c165286 /alacritty_config | |
parent | 395ad40bc11a3328abf0e1d3da6f39d2ffb9a7f7 (diff) | |
download | alacritty-52a004cce445eae63dd5b2385a352d60a130a382.tar.gz alacritty-52a004cce445eae63dd5b2385a352d60a130a382.zip |
Fix license syntax
This patch updates the license field to follow the SPDX 2.1 license
expression standard.
Diffstat (limited to 'alacritty_config')
-rw-r--r-- | alacritty_config/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 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" |