diff options
| author | Matt Mayer <[email protected]> | 2023-08-26 14:17:40 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-26 09:17:40 +0200 |
| commit | 3c839bf081f96bbf08796133714931f8a451f170 (patch) | |
| tree | 81c66391c1e40d9fc384bd3c855f5912b9e3a113 | |
| parent | 6094a5e94c5b0edf5d33b17516b63b297d82e9e0 (diff) | |
| download | faker-3c839bf081f96bbf08796133714931f8a451f170.tar.xz faker-3c839bf081f96bbf08796133714931f8a451f170.zip | |
docs: add github sponsor link (#2347)
| -rw-r--r-- | docs/about/team/members.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/about/team/members.json b/docs/about/team/members.json index c5cfb6a9..9e05b9c4 100644 --- a/docs/about/team/members.json +++ b/docs/about/team/members.json @@ -94,7 +94,10 @@ "name": "Matt Mayer", "title": "Contributor", "desc": "", - "links": [{ "icon": "github", "link": "https://github.com/matthewmayer" }] + "links": [ + { "icon": "github", "link": "https://github.com/matthewmayer" } + ], + "sponsor": "https://github.com/sponsors/matthewmayer" }, { "avatar": "https://github.com/pkuczynski.png", |
