diff --git a/cookiecutter/{{cookiecutter.project_name}}/.github/CODEOWNERS b/cookiecutter/{{cookiecutter.project_name}}/.github/CODEOWNERS index 6912aeb8..cced7b37 100644 --- a/cookiecutter/{{cookiecutter.project_name}}/.github/CODEOWNERS +++ b/cookiecutter/{{cookiecutter.project_name}}/.github/CODEOWNERS @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception {% if cookiecutter._generating_exemplar %} -* @ednolan @bretbrownjr @camio @dietmarkuehl @neatudarius @steve-downey @wusatosi +* @ednolan @bretbrownjr @camio @dietmarkuehl @steve-downey @wusatosi {% else %} * @{{ cookiecutter.maintainer }} {% endif %}