🔧 chore(cargo): update license and repository information

- change license from "MIT OR Apache-2.0" to "MIT"
- update repository URL to "https://github.com/jerus-org/cull-gmail"
This commit is contained in:
Jeremiah Russell
2025-09-29 16:38:54 +01:00
committed by Jeremiah Russell
parent 3dd632562d
commit c3fca75b43

View File

@@ -8,9 +8,9 @@ edition = "2024"
rust-version = "1.87" rust-version = "1.87"
keywords = ["gmail", "gmail-api", "management"] keywords = ["gmail", "gmail-api", "management"]
categories = ["command-line-utilities"] categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0" license = "MIT"
readme = "README.md" readme = "README.md"
repository = "https://github.com/jerus-org/gen-changelog" repository = "https://github.com/jerus-org/cull-gmail"
include = [ include = [
"**/*.rs", "**/*.rs",
"Cargo.toml", "Cargo.toml",