From b0333f6c9482c33b76b1590ef68fb4307c721b24 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 7 Nov 2020 19:01:25 +0530 Subject: [PATCH] cargo: add Amogh to authors Signed-off-by: Harsh Shandilya --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a982f37..56e1244 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gitice" version = "1.0.0" -authors = ["Harsh Shandilya "] +authors = ["Harsh Shandilya ", "Amogh Lele "] edition = "2018" description = "Freeze your local git repositories for easy restoration" repository = "https://github.com/msfjarvis/gitice"