diff --git a/.all-contributorsrc b/.all-contributorsrc index 2ea1b01..a7434b7 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -346,6 +346,15 @@ "contributions": [ "code" ] + }, + { + "login": "belak", + "name": "Kaleb Elwert", + "avatar_url": "https://avatars.githubusercontent.com/u/107097?v=4", + "profile": "https://belak.io", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 4df3b71..68655d5 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-38-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-39-orange.svg?style=flat-square)](#contributors-) Low-level Tokio SSH2 client and server implementation. @@ -143,6 +143,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Yaroslav Bolyukin
Yaroslav Bolyukin

💻 Julian
Julian

💻 Thomas Rampelberg
Thomas Rampelberg

💻 + Kaleb Elwert
Kaleb Elwert

📖