diff --git a/templates/README.md.j2 b/templates/README.md.j2 index aa75d00..e34ef69 100644 --- a/templates/README.md.j2 +++ b/templates/README.md.j2 @@ -143,13 +143,11 @@ image="debian" tag="stable" tox I'd like to thank everybody that made contributions to this repository. It motivates me, improves the code and is just fun to collaborate. -{% if github_contributors.json is defined and contributor.login is defined %} {% for contributor in github_contributors.json %}{% if contributor.login != "robertdebock" %} - [{{ contributor.login }}](https://github.com/{{ contributor.login }}) {% endif %} {% endfor %} {% endif %} -{% endif %} ## [Author Information](#author-information)