From 96e1b3e43d2e6ea30da5c66b0fb487d484fefb12 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 16 Dec 2025 18:56:36 +0000 Subject: [PATCH] Replace deprecated '/' operator in SPDX license expression with 'OR' --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ffe0da9..12ab24f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["David Peter "] categories = ["command-line-utilities"] description = "A minimal, fast alternative to 'du -sh'." homepage = "https://github.com/sharkdp/diskus" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" name = "diskus" readme = "README.md" repository = "https://github.com/sharkdp/diskus"