diff --git a/Cargo.toml b/Cargo.toml index 32e9d0e2..5ae0e729 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ version = "0.28.3" edition = "2018" exclude = ["/.github", "/testfiles"] keywords = ["object", "elf", "mach-o", "pe", "coff"] -license = "Apache-2.0/MIT" +license = "Apache-2.0 OR MIT" repository = "https://github.com/gimli-rs/object" description = "A unified interface for reading and writing object file formats."