diff --git a/Cargo.toml b/Cargo.toml index a688c854761..24f4748c108 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A command-line application for interacting with git repositories" repository = "https://github.com/Byron/git-oxide" authors = ["Sebastian Thiel "] edition = "2018" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" version = "0.3.0" default-run = "gix" include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]