diff options
| author | Mo <76752051+mo8it@users.noreply.github.com> | 2024-03-27 17:29:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-27 17:29:18 +0100 |
| commit | 5652862b23c84f6c7031c7de9753f395fa7b4361 (patch) | |
| tree | cf0679c2a33f31261f3c05c506cd92a16b2b1021 | |
| parent | c7cf3720bdb0197f4b1ed71cb52c5a39937e6b23 (diff) | |
| parent | 9895c1f9bda4d9bf85c4a10157ff4714f57c52fc (diff) | |
Merge pull request #1926 from rust-lang/all-contributors/add-NicolasRoelandt
docs: add NicolasRoelandt as a contributor for doc
| -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 2eae587..3095896 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -2703,6 +2703,15 @@ "contributions": [ "doc" ] + }, + { + "login": "NicolasRoelandt", + "name": "NicolasRoelandt", + "avatar_url": "https://avatars.githubusercontent.com/u/8594193?v=4", + "profile": "https://github.com/NicolasRoelandt", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 8, @@ -382,6 +382,7 @@ authors. </tr> <tr> <td align="center" valign="top" width="12.5%"><a href="http://wznmickey.com"><img src="https://avatars.githubusercontent.com/u/44784663?v=4?s=100" width="100px;" alt="wznmickey"/><br /><sub><b>wznmickey</b></sub></a><br /><a href="https://github.com/rust-lang/rustlings/commits?author=wznmickey" title="Documentation">📖</a></td> + <td align="center" valign="top" width="12.5%"><a href="https://github.com/NicolasRoelandt"><img src="https://avatars.githubusercontent.com/u/8594193?v=4?s=100" width="100px;" alt="NicolasRoelandt"/><br /><sub><b>NicolasRoelandt</b></sub></a><br /><a href="https://github.com/rust-lang/rustlings/commits?author=NicolasRoelandt" title="Documentation">📖</a></td> </tr> </tbody> </table> |
