diff --git a/Cargo.toml b/Cargo.toml index 1a2d9db..3fe401a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,7 @@ name = "nu-alias-converter" version = "0.1.0" edition = "2021" -license = "MIT" -license-file = "LICENSE.md" +license = "MIT OR Apache-2.0" description = "Converts Bash aliases to Nushell" readme = "README.md" repository = "https://github.com/marcelarie/nu-alias-converter"