Skip to content

Commit 8c59199

Browse files
committed
Fix license being valid SPDX syntax
1 parent 55635d2 commit 8c59199

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
@@ -3,7 +3,7 @@ name = "heretek"
33
version = "0.5.0"
44
edition = "2021"
55
description = "GDB TUI Dashboard for the understanding of vast knowledge"
6-
license = "MIT/Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/wcampbell0x2a/heretek"
88
categories = ["development-tools"]
99
keywords = ["gdb", "tui", "debugging", "embedded", "gdbserver"]

0 commit comments

Comments
 (0)