From 12725a76b8795cf143d9e6452a7ae65e8e20b783 Mon Sep 17 00:00:00 2001 From: Ali Zain Date: Sun, 24 May 2026 16:19:31 +0500 Subject: [PATCH] Modify package metadata in Cargo.toml Updated edition, author name, and repository URL. Signed-off-by: Ali Zain --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 20c82d4..b22337a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "recoil" version = "0.1.0" -edition = "2021" -authors = ["Ali "] +edition = "2024" +authors = ["Ali Zain "] description = "Immutable system safety net and chronology engine for Linux" license = "GPL-3.0-or-later" -repository = "https://github.com/alizainx/recoil" +repository = "https://github.com/Zainium-Dynamics/Recoil" keywords = ["linux", "safety", "recovery", "security", "filesystem"] categories = ["command-line-utilities", "os"]