diff --git a/Cargo.toml b/Cargo.toml index 057dda7..65e7007 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" authors = ["Jeromos Kovacs "] edition = "2018" description = "Conway's Game of Life implementation with a TUI" -license = "MIT or Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/cgol-tui" repository = "https://github.com/JeromeSchmied/cgol-tui-rs"