From c3fca75b43be553fcf99ed809586958b7c0f4c79 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Mon, 29 Sep 2025 16:38:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(cargo):=20update=20license?= =?UTF-8?q?=20and=20repository=20information?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - change license from "MIT OR Apache-2.0" to "MIT" - update repository URL to "https://github.com/jerus-org/cull-gmail" --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1b59ddd..74f6925 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,9 +8,9 @@ edition = "2024" rust-version = "1.87" keywords = ["gmail", "gmail-api", "management"] categories = ["command-line-utilities"] -license = "MIT OR Apache-2.0" +license = "MIT" readme = "README.md" -repository = "https://github.com/jerus-org/gen-changelog" +repository = "https://github.com/jerus-org/cull-gmail" include = [ "**/*.rs", "Cargo.toml",