From 7ada881860bd27f8749a68c89a62f34fd9f0a09d Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 09:26:53 +0000 Subject: [PATCH 1/2] update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68655d5b..9401d13a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Russh [![Rust](https://github.com/warp-tech/russh/actions/workflows/rust.yml/badge.svg)](https://github.com/warp-tech/russh/actions/workflows/rust.yml) -[![All Contributors](https://img.shields.io/badge/all_contributors-39-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-40-orange.svg?style=flat-square)](#contributors-) Low-level Tokio SSH2 client and server implementation. @@ -144,6 +144,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Julian
Julian

💻 Thomas Rampelberg
Thomas Rampelberg

💻 Kaleb Elwert
Kaleb Elwert

📖 + Gary Guo
Gary Guo

💻 From 7e16d7f9fb4e57d66685acbe16a571c19c761481 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 09:26:54 +0000 Subject: [PATCH 2/2] update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index a7434b7d..07501ffb 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -355,6 +355,15 @@ "contributions": [ "doc" ] + }, + { + "login": "nbdd0121", + "name": "Gary Guo", + "avatar_url": "https://avatars.githubusercontent.com/u/4065244?v=4", + "profile": "https://garyguo.net", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7,