Skip to content

Commit 51758a5

Browse files
chenrui333wfxr
authored andcommitted
license: update to use spdx syntax
rather than MIT/Apache-2.0, it should be `Apache-2.0 or MIT` to conform with SPDX syntax. see examples in here, https://spdx.dev/learn/handling-license-info/#how
1 parent 895e832 commit 51758a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "A high performance code minimap generator"
66
categories = ["command-line-utilities"]
77
homepage = "https://github.com/wfxr/code-minimap"
88
keywords = ["minimap", "tool"]
9-
license = "MIT/Apache-2.0"
9+
license = "Apache-2.0 or MIT"
1010
exclude = ["/completions"]
1111
repository = "https://github.com/wfxr/code-minimap"
1212
edition = "2021"

0 commit comments

Comments
 (0)