diff options
| author | Fuwn <[email protected]> | 2026-04-27 04:37:47 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-04-27 04:37:47 +0000 |
| commit | a47f774628eff64677940d4d93a049daec0c3144 (patch) | |
| tree | 1f220691f28e744d390a36d35068c1737cd3e36f | |
| parent | chore: Bump version to v0.5.0 (diff) | |
| download | archived-windmark-a47f774628eff64677940d4d93a049daec0c3144.tar.xz archived-windmark-a47f774628eff64677940d4d93a049daec0c3144.zip | |
fix(rossweisse): Align Cargo.toml licence with README licence
| -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"] |