From 9b8e5fab615377f8208c5c9cfc5a9393d00859cb Mon Sep 17 00:00:00 2001 From: UnbreakableMJ Date: Tue, 16 Jun 2026 17:12:07 +0300 Subject: [PATCH] Cargo.toml: add fork maintainer to authors Keep Bhuminjay Soni (original cpx author) and add Mohamed Hammad as the copy fork maintainer, with inline role comments. Co-Authored-By: Claude Opus 4.8 --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c85ef6c..3b0a413 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,10 @@ repository = "https://github.com/UnbreakableMJ/copy" readme = "README_CRATES.md" keywords = ["copy", "file", "cli", "backup", "utility"] version = "0.1.4" -authors = ["Bhuminjay Soni "] +authors = [ + "Bhuminjay Soni ", # original author of cpx + "Mohamed Hammad ", # copy fork maintainer +] license = "MIT" edition = "2024"