diff options
| author | diannasoreil <mokou@fastmail.com> | 2022-04-27 12:22:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-27 12:22:28 +0200 |
| commit | b759ef6b58ebb0687d5602f0721ec4a7e2f549ce (patch) | |
| tree | a8aac093fbb672d1c7629812012cfa49127217a3 | |
| parent | 659a99032e265a94c0bf9cca12416a404a2cb252 (diff) | |
| parent | a18f3b8158aaafebcaae2078c968d738ef7389b0 (diff) | |
Merge pull request #983 from rust-lang/all-contributors/add-liby
docs: add liby as a contributor for content
| -rw-r--r-- | .all-contributorsrc | 9 | ||||
| -rw-r--r-- | AUTHORS.md | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc index 94fef72..d90e92c 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1182,6 +1182,15 @@ "contributions": [ "content" ] + }, + { + "login": "liby", + "name": "Bryan Lee", + "avatar_url": "https://avatars.githubusercontent.com/u/38807139?v=4", + "profile": "http://liby.github.io/liby/", + "contributions": [ + "content" + ] } ], "contributorsPerLine": 8, @@ -169,6 +169,9 @@ authors. <td align="center"><a href="http://www.dashen.tech"><img src="https://avatars.githubusercontent.com/u/15921519?v=4?s=100" width="100px;" alt=""/><br /><sub><b>cui fliter</b></sub></a><br /><a href="#content-cuishuang" title="Content">🖋</a></td> <td align="center"><a href="https://github.com/luskwater"><img src="https://avatars.githubusercontent.com/u/42529?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ron Lusk</b></sub></a><br /><a href="#content-luskwater" title="Content">🖋</a></td> </tr> + <tr> + <td align="center"><a href="http://liby.github.io/liby/"><img src="https://avatars.githubusercontent.com/u/38807139?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Bryan Lee</b></sub></a><br /><a href="#content-liby" title="Content">🖋</a></td> + </tr> </table> <!-- markdownlint-restore --> |
