Skip to content

Commit b1118f2

Browse files
joshtriplettByron
authored andcommitted
Cargo.toml: Use SPDX license syntax ("OR") in license field
https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields > Previously multiple licenses could be separated with a /, but that > usage is deprecated.
1 parent 617d98f commit b1118f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A command-line application for interacting with git repositories"
44
repository = "https://github.com/Byron/git-oxide"
55
authors = ["Sebastian Thiel <[email protected]>"]
66
edition = "2018"
7-
license = "MIT/Apache-2.0"
7+
license = "MIT OR Apache-2.0"
88
version = "0.3.0"
99
default-run = "gix"
1010
include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]

0 commit comments

Comments
 (0)