......@@ -4,15 +4,26 @@ title: Who is involved?
permalink: /who/people/
---
# Who is involved?
# Involved people
← Back to [who is involved]({{ "/who/" | relative_url }}).
<br>
Various free software projects are working on providing reproducible builds to their users and developers via the not-for-profit Reproducible Builds project.
Various people in many free software projects are working on providing reproducible builds to their users and developers, some via the not-for-profit Reproducible Builds project.
{: .lead}
## Contributors
These are some of these lovely people. (Currently we only list people here who
contributed to the git repository of this website, which covers many, but misses
some.) If you know someone who should be listed here but is missing, please email
[`contact@reproducible-builds.org`](mailto:contact@reproducible-builds.org) and we
will improve the data gathering ;-)
{% for x in site.data.contributors %}{{ x }}{% unless forloop.last %}, {% endunless %}{% endfor %}.
{% endif %}
## Core team
* [Chris Lamb](https://chris-lamb.co.uk) (`lamby`)
......@@ -40,8 +51,4 @@ The preferred way to contact the team is to post to [our public mailing list, `r
The Steering Committee acts as the board of the Reproducible Builds project within the [Software Freedom Conservancy](https://sfconservancy.org/). Its main purpose is deciding how to spend project money.
{% if site.data.contributors %}
## Contributors
{% for x in site.data.contributors %}{{ x }}{% unless forloop.last %}, {% endunless %}{% endfor %}.
{% endif %}