From 986acf9e48bc0407847012982e3cf93caccd3491 Mon Sep 17 00:00:00 2001 From: ae Date: Tue, 3 Sep 2024 20:38:26 +0300 Subject: [PATCH] docs: correct author & repository url --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c43ec3d..1a87a52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "contego" version = "0.4.0" -authors = ["17ms"] -description = "A small CLI tool for quick file transfers" -repository = "https://github.com/17ms/contego" +authors = ["ae"] +description = "Cryptographically secure file transfer CLI tool " +repository = "https://umbrella.haus/ae/contego" license = "MIT" edition = "2021"