From 90cc8a3bf3e9a822d0dbb803720de756c07b6858 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 15 Sep 2019 17:28:59 -0700 Subject: Add myself to authors list(s) The fact that I overlooked this prior to the 0.4.0 release says something about my humility or my attention to detail. You decide! --- Cargo.toml | 2 +- libssh2-sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 731ebb1..983facb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ssh2" version = "0.4.0" -authors = ["Alex Crichton "] +authors = ["Alex Crichton ", "Wez Furlong "] license = "MIT/Apache-2.0" keywords = ["ssh"] readme = "README.md" diff --git a/libssh2-sys/Cargo.toml b/libssh2-sys/Cargo.toml index 06a7caa..46038b2 100644 --- a/libssh2-sys/Cargo.toml +++ b/libssh2-sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libssh2-sys" version = "0.2.12" -authors = ["Alex Crichton "] +authors = ["Alex Crichton ", "Wez Furlong "] links = "ssh2" build = "build.rs" license = "MIT/Apache-2.0" -- cgit v1.2.3