diff options
| author | liv <mokou@fastmail.com> | 2022-06-17 13:01:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-17 13:01:17 +0200 |
| commit | d27f5a7d41bf0ac775836c87171f88e59257fb6a (patch) | |
| tree | b39863f2acd4c873f73e4c480ba5484ce6ccb4fa | |
| parent | 294ef8d92c0dc6a2e629acf26a2a9b49588aadac (diff) | |
| parent | e48f634f347fac37e0bec68d906265f7b6a22b8c (diff) | |
Merge pull request #1028 from rust-lang/all-contributors/add-jackos
docs: add jackos 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 00566c7..a5975dc 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1227,6 +1227,15 @@ "contributions": [ "content" ] + }, + { + "login": "jackos", + "name": "Jack Clayton", + "avatar_url": "https://avatars.githubusercontent.com/u/77730378?v=4", + "profile": "http://rustnote.com", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 8, @@ -175,6 +175,7 @@ authors. <td align="center"><a href="https://github.com/merelymyself"><img src="https://avatars.githubusercontent.com/u/88221256?v=4?s=100" width="100px;" alt=""/><br /><sub><b>pwygab</b></sub></a><br /><a href="https://github.com/rust-lang/rustlings/commits?author=merelymyself" title="Code">💻</a></td> <td align="center"><a href="http://linkedin.com/in/lucasgrvarela"><img src="https://avatars.githubusercontent.com/u/37870368?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Lucas Grigolon Varela</b></sub></a><br /><a href="#content-lucasgrvarela" title="Content">🖋</a></td> <td align="center"><a href="https://github.com/bufo24"><img src="https://avatars.githubusercontent.com/u/32884105?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Bufo</b></sub></a><br /><a href="#content-bufo24" title="Content">🖋</a></td> + <td align="center"><a href="http://rustnote.com"><img src="https://avatars.githubusercontent.com/u/77730378?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jack Clayton</b></sub></a><br /><a href="https://github.com/rust-lang/rustlings/commits?author=jackos" title="Code">💻</a></td> </tr> </table> |
