diff options
| author | liv <mokou@fastmail.com> | 2023-01-03 14:19:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-03 14:19:53 +0100 |
| commit | 915a59e514a36c678d3e4f4b3b64d1fa71ffcfeb (patch) | |
| tree | f6bd4e3682b4754b0973e1ba93d0c11777298fbc | |
| parent | b8d4bb1f1311fcc88a7d097512ced75e4ecfdcf8 (diff) | |
| parent | b985b1d6eaa3b0e696cf1d7c378abf47c37098fb (diff) | |
Merge pull request #1317 from rust-lang/all-contributors/add-tklauser
docs: add tklauser 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 b5b4ffd..66056aa 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1740,6 +1740,15 @@ "contributions": [ "infra" ] + }, + { + "login": "tklauser", + "name": "Tobias Klauser", + "avatar_url": "https://avatars.githubusercontent.com/u/539708?v=4", + "profile": "https://distanz.ch", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 8, @@ -247,6 +247,7 @@ authors. <td align="center"><a href="https://github.com/HerschelW"><img src="https://avatars.githubusercontent.com/u/17935816?v=4?s=100" width="100px;" alt="Kent Worthington"/><br /><sub><b>Kent Worthington</b></sub></a><br /><a href="#content-HerschelW" title="Content">🖋</a></td> <td align="center"><a href="https://github.com/seporterfield"><img src="https://avatars.githubusercontent.com/u/107010978?v=4?s=100" width="100px;" alt="seporterfield"/><br /><sub><b>seporterfield</b></sub></a><br /><a href="#content-seporterfield" title="Content">🖋</a></td> <td align="center"><a href="https://www.linkedin.com/in/dbarrosop"><img src="https://avatars.githubusercontent.com/u/6246622?v=4?s=100" width="100px;" alt="David Barroso"/><br /><sub><b>David Barroso</b></sub></a><br /><a href="#infra-dbarrosop" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td> + <td align="center"><a href="https://distanz.ch"><img src="https://avatars.githubusercontent.com/u/539708?v=4?s=100" width="100px;" alt="Tobias Klauser"/><br /><sub><b>Tobias Klauser</b></sub></a><br /><a href="https://github.com/rust-lang/rustlings/commits?author=tklauser" title="Code">💻</a></td> </tr> </tbody> </table> |
