1
0
Fork 0
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:
Andrea Frigido 2023-07-20 00:07:55 +01:00 committed by GitHub
parent 395ad40bc1
commit 52a004cce4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"