diff options
| author | liv <mokou@fastmail.com> | 2022-10-14 10:26:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-14 10:26:58 +0100 |
| commit | 94831a0d54ce728083d8f8c8562b05538d7b30ca (patch) | |
| tree | f8a55d962d2a343def3d214931b2675c64924187 | |
| parent | 22467b483b36a13e3b4bdf029b31a71590cef11d (diff) | |
| parent | 8b251a202f09b24fa1c009e32b69bfa82d4ca75e (diff) | |
Merge pull request #1233 from rust-lang/all-contributors/add-nyurik
docs: add nyurik as a contributor for code
| -rw-r--r-- | .all-contributorsrc | 9 | ||||
| -rw-r--r-- | AUTHORS.md | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc index 5235b38..eaaf624 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1623,6 +1623,15 @@ "contributions": [ "content" ] + }, + { + "login": "nyurik", + "name": "Yuri Astrakhan", + "avatar_url": "https://avatars.githubusercontent.com/u/1641515?v=4", + "profile": "https://github.com/nyurik", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 8, @@ -232,6 +232,7 @@ authors. </tr> <tr> <td align="center"><a href="https://github.com/bhbuehler"><img src="https://avatars.githubusercontent.com/u/25541343?v=4?s=100" width="100px;" alt="bhbuehler"/><br /><sub><b>bhbuehler</b></sub></a><br /><a href="#content-bhbuehler" title="Content">🖋</a></td> + <td align="center"><a href="https://github.com/nyurik"><img src="https://avatars.githubusercontent.com/u/1641515?v=4?s=100" width="100px;" alt="Yuri Astrakhan"/><br /><sub><b>Yuri Astrakhan</b></sub></a><br /><a href="https://github.com/rust-lang/rustlings/commits?author=nyurik" title="Code">💻</a></td> </tr> </tbody> </table> |
