From 6066a05ade7d246efd2171d67edf41f9dd026288 Mon Sep 17 00:00:00 2001 From: Colerar <233hbj@gmail.com> Date: Thu, 7 Sep 2023 21:12:35 +0800 Subject: [PATCH] Fix SPDX experssion in `Cargo.toml` --- lychee-bin/Cargo.toml | 2 +- lychee-lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index fc42e575eb..eb05560244 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -12,7 +12,7 @@ keywords = [ "link-checker", "validator", ] -license = "Apache-2.0/MIT" +license = "Apache-2.0 OR MIT" repository = "https://github.com/lycheeverse/lychee" version = "0.13.0" diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 8f59931967..9dd8f7a310 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -12,7 +12,7 @@ keywords = [ "link-checker", "validator", ] -license = "Apache-2.0/MIT" +license = "Apache-2.0 OR MIT" repository = "https://github.com/lycheeverse/lychee" version = "0.13.0"