diff options
| author | liv <mokou@fastmail.com> | 2022-09-06 12:17:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-06 12:17:16 +0200 |
| commit | c838d446add69fa7957acc8a51423f1584e35009 (patch) | |
| tree | b2a221b470c8e43c2ce32f2c4c35ba595c595911 | |
| parent | 199150fda22cc24d8eb39486bb1d478979d65754 (diff) | |
| parent | 50323a3977f5e8f9a99da9413413514d077863ff (diff) | |
Merge pull request #1191 from rust-lang/all-contributors/add-memark
docs: add memark as a contributor for content
| -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 c778941..0917089 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1560,6 +1560,15 @@ "contributions": [ "content" ] + }, + { + "login": "memark", + "name": "Magnus Markling", + "avatar_url": "https://avatars.githubusercontent.com/u/318504?v=4", + "profile": "https://github.com/memark", + "contributions": [ + "content" + ] } ], "contributorsPerLine": 8, @@ -222,6 +222,7 @@ authors. <tr> <td align="center"><a href="https://github.com/rzrymiak"><img src="https://avatars.githubusercontent.com/u/106121613?v=4?s=100" width="100px;" alt=""/><br /><sub><b>rzrymiak</b></sub></a><br /><a href="#content-rzrymiak" title="Content">๐</a></td> <td align="center"><a href="https://github.com/miguelraz"><img src="https://avatars.githubusercontent.com/u/13056181?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Miguel Raz Guzmรกn Macedo</b></sub></a><br /><a href="#content-miguelraz" title="Content">๐</a></td> + <td align="center"><a href="https://github.com/memark"><img src="https://avatars.githubusercontent.com/u/318504?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Magnus Markling</b></sub></a><br /><a href="#content-memark" title="Content">๐</a></td> </tr> </table> |
