From dfb77a02bb04bad7970806e5267d9eb1271eea86 Mon Sep 17 00:00:00 2001
From: notgne2
Date: Thu, 29 Oct 2020 11:00:22 -0700
Subject: Fix authors list in package definition
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index e8474b4..16f0520 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@
[package]
name = "deploy-rs"
version = "0.1.0"
-authors = ["Serokell "]
+authors = ["notgne2 ", "Serokell "]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
--
cgit v1.2.3