diff options
| -rw-r--r-- | rossweisse/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rossweisse/Cargo.toml b/rossweisse/Cargo.toml index 11fadbb..235c937 100644 --- a/rossweisse/Cargo.toml +++ b/rossweisse/Cargo.toml @@ -9,7 +9,7 @@ description = "`struct`-based Router Framework for Windmark" documentation = "https://docs.rs/rossweisse" readme = "README.md" repository = "https://github.com/gemrest/windmark" -license = "GPL-3.0-only" +license = "MIT OR Apache-2.0" keywords = ["gemini", "windmark"] categories = ["network-programming"] |