From e828d7840acc8abfd3f803e9f6b50d887cc547d7 Mon Sep 17 00:00:00 2001 From: Constantin Nickel Date: Wed, 5 Apr 2023 23:07:48 +0200 Subject: [PATCH] Use valid SPDX license expression --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 140e20e4..e7121e71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["David Peter "] categories = ["command-line-utilities"] description = "A cat(1) clone with wings." homepage = "https://github.com/sharkdp/bat" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" name = "bat" repository = "https://github.com/sharkdp/bat" version = "0.23.0"