diff options
| author | fmoko <mokou@posteo.de> | 2020-09-22 10:50:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-22 10:50:07 +0200 |
| commit | 8493e5d09f12b40caccf01c6745642dd21b484af (patch) | |
| tree | e4f2ccf8517951a17893d56202c281d47cdb2088 | |
| parent | 858b9a5119b0def92e89c4147de3b0b8342a6830 (diff) | |
| parent | 83e7365fd8af52a9e97eaea6c8da8f0fd3e9f888 (diff) | |
Merge pull request #529 from rust-lang/all-contributors/add-apatniv
| -rw-r--r-- | .all-contributorsrc | 10 | ||||
| -rw-r--r-- | README.md | 3 |
2 files changed, 12 insertions, 1 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc index edaa9f9..cb8f1bc 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -508,6 +508,16 @@ "contributions": [ "content" ] + }, + { + "login": "apatniv", + "name": "Vivek Bharath Akupatni", + "avatar_url": "https://avatars2.githubusercontent.com/u/22565917?v=4", + "profile": "https://github.com/apatniv", + "contributions": [ + "code", + "test" + ] } ], "contributorsPerLine": 8, @@ -1,6 +1,6 @@  <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> -[](#contributors-) +[](#contributors-) <!-- ALL-CONTRIBUTORS-BADGE:END --> # rustlings 🦀❤️ [](https://buildkite.com/mokou/rustlings) @@ -215,6 +215,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d <td align="center"><a href="https://drn.ie"><img src="https://avatars2.githubusercontent.com/u/411136?v=4" width="100px;" alt=""/><br /><sub><b>Darren Meehan</b></sub></a><br /><a href="#content-Darrenmeehan" title="Content">🖋</a></td> <td align="center"><a href="https://github.com/jihchi"><img src="https://avatars1.githubusercontent.com/u/87983?v=4" width="100px;" alt=""/><br /><sub><b>Jihchi Lee</b></sub></a><br /><a href="#content-jihchi" title="Content">🖋</a></td> <td align="center"><a href="https://github.com/bertonha"><img src="https://avatars3.githubusercontent.com/u/1225902?v=4" width="100px;" alt=""/><br /><sub><b>Christofer Bertonha</b></sub></a><br /><a href="#content-bertonha" title="Content">🖋</a></td> + <td align="center"><a href="https://github.com/apatniv"><img src="https://avatars2.githubusercontent.com/u/22565917?v=4" width="100px;" alt=""/><br /><sub><b>Vivek Bharath Akupatni</b></sub></a><br /><a href="https://github.com/rust-lang/rustlings/commits?author=apatniv" title="Code">💻</a> <a href="https://github.com/rust-lang/rustlings/commits?author=apatniv" title="Tests">⚠️</a></td> </tr> </table> |
