Cargo.toml: Update license field following SPDX 2.1 license expression standard (#336)

This commit is contained in:
Andrea Frigido 2023-08-13 21:13:06 +02:00 committed by GitHub
commit 1764cee1bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ authors = [
]
description = "Fetch and show tldr help pages for many CLI commands. Full featured offline client with caching support."
homepage = "https://github.com/dbrgn/tealdeer/"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
name = "tealdeer"
readme = "README.md"
repository = "https://github.com/dbrgn/tealdeer/"