mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Fix license syntax
This patch updates the license field to follow the SPDX 2.1 license expression standard.
This commit is contained in:
parent
395ad40bc1
commit
52a004cce4
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
name = "alacritty_config"
|
name = "alacritty_config"
|
||||||
version = "0.1.2-dev"
|
version = "0.1.2-dev"
|
||||||
authors = ["Christian Duerr <contact@christianduerr.com>"]
|
authors = ["Christian Duerr <contact@christianduerr.com>"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "Alacritty configuration abstractions"
|
description = "Alacritty configuration abstractions"
|
||||||
homepage = "https://github.com/alacritty/alacritty"
|
homepage = "https://github.com/alacritty/alacritty"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name = "alacritty_config_derive"
|
name = "alacritty_config_derive"
|
||||||
version = "0.2.2-dev"
|
version = "0.2.2-dev"
|
||||||
authors = ["Christian Duerr <contact@christianduerr.com>"]
|
authors = ["Christian Duerr <contact@christianduerr.com>"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "Failure resistant deserialization derive"
|
description = "Failure resistant deserialization derive"
|
||||||
homepage = "https://github.com/alacritty/alacritty"
|
homepage = "https://github.com/alacritty/alacritty"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
Loading…
Reference in a new issue