diff options
author | notgne2 | 2020-10-29 11:00:22 -0700 |
---|---|---|
committer | notgne2 | 2020-10-29 11:00:22 -0700 |
commit | dfb77a02bb04bad7970806e5267d9eb1271eea86 (patch) | |
tree | d993ccf5375ccc0c1ff177d7623e4e24ed8f8ada /Cargo.toml | |
parent | 16b1b8308aa5cabf8ecc5085b6f9ca2c9563a31a (diff) |
Fix authors list in package definition
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ [package] name = "deploy-rs" version = "0.1.0" -authors = ["Serokell <https://serokell.io/>"] +authors = ["notgne2 <gen2@gen2.space>", "Serokell <hi@serokell.io>"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |