| layout | default |
|---|---|
| title | Credits |
| nav_order | 100 |
| has_children | false |
| permalink | /credits |
| description | Credits for our contributors |
{: .no_toc }
We would like acknowledge the valuable contributions that many people and projects have made to Mainsail, especially the following:
- contributors, who help make Mainsail better
- testers, who help find bugs in Mainsail, so they can be quickly fixed
- supporters via Patreon and Ko-fi
We would like to thank the projects Mainsail is built on, especially Klipper{:target="_blank"}, Moonraker{:target="_blank"}, and MainsailOS{:target="_blank"}.
THANK YOU for your continued support.
- TOC {:toc}
| contributor | link |
|---|---|
| {% for contributor in site.data.contributors %}{% if contributor.login != "meteyou" and contributor.login != "dependabot[bot]" %} | {: style="width: 20px; vertical-align: bottom;"} {{ contributor.login }} |
| {% endif %}{% endfor %} |
| project | license | link |
|---|---|---|
| {% for deps in site.data.licenses %} | {{ deps[0] }} {{ deps[1].description }} |
{{ deps[1].licenses }} |
| {% endfor %} |