diff options
| author | liv <mokou@fastmail.com> | 2022-07-11 11:59:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-11 11:59:41 +0200 |
| commit | bf69145bb98a879d08f2ee9ff8555ad206aa0f44 (patch) | |
| tree | 2ef7f540ba30d4b244c87f0f5737b597dee8e1e8 | |
| parent | a475e09cfc61b243a739b5f45503a6cc38b4d2eb (diff) | |
| parent | 1caa388e9287316b6c401ec88ad09cb23c63266e (diff) | |
Merge pull request #1048 from rust-lang/all-contributors/add-Drew-Morris
docs: add Drew-Morris 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 5a25834..06debdb 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1263,6 +1263,15 @@ "contributions": [ "code" ] + }, + { + "login": "Drew-Morris", + "name": "Drew Morris", + "avatar_url": "https://avatars.githubusercontent.com/u/95818166?v=4", + "profile": "https://github.com/Drew-Morris", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 8, @@ -181,6 +181,7 @@ authors. </tr> <tr> <td align="center"><a href="https://github.com/KatanaFluorescent"><img src="https://avatars.githubusercontent.com/u/60199077?v=4?s=100" width="100px;" alt=""/><br /><sub><b>KatanaFluorescent</b></sub></a><br /><a href="https://github.com/rust-lang/rustlings/commits?author=KatanaFluorescent" title="Code">💻</a></td> + <td align="center"><a href="https://github.com/Drew-Morris"><img src="https://avatars.githubusercontent.com/u/95818166?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Drew Morris</b></sub></a><br /><a href="https://github.com/rust-lang/rustlings/commits?author=Drew-Morris" title="Code">💻</a></td> </tr> </table> |
