aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-20 11:05:09 +0000
committerFuwn <[email protected]>2026-02-20 11:05:09 +0000
commit35921f7e5b85dab0e7578d767caf607bf2f13fc7 (patch)
treeeb642a420ef01044f831c22bb5e5a43f477ebeb7 /Cargo.toml
parentchore: Bump version patch (diff)
downloadgerm-main.tar.xz
germ-main.zip
chore(license): Relicense under MIT OR Apache-2.0HEADmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5b0acd1..85775e5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/germ"
readme = "README.md"
homepage = "https://github.com/gemrest/germ"
repository = "https://github.com/gemrest/germ"
-license = "GPL-3.0-only"
+license = "MIT OR Apache-2.0"
keywords = ["gemini", "parser", "lexer", "markdown", "converter"]
categories = ["encoding"]
rust-version = "1.83.0"