diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f285b2469b8c..08dee13f699f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @antonwolfy @npolina4 @vlad-perevezentsev @vtavana +* @antonwolfy @AlexanderKalistratov @vlad-perevezentsev @vtavana diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d935fcc1d8..1c5ff2d03681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ This is a bug-fix release. * Changed to use `Miniforge` installer in GutHub actions [#2057](https://github.com/IntelPython/dpnp/pull/2057) * Updated `README.md` to reflect current installation requirements and available options [#2166](https://github.com/IntelPython/dpnp/pull/2166) +* Corrected a list of owners and code maintainers [#2185](https://github.com/IntelPython/dpnp/pull/2185) ### Fixed diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index e73fd6eb6943..edc35483927e 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -78,6 +78,6 @@ extra: recipe-maintainers: - oleksandr-pavlyk - antonwolfy - - npolina4 + - AlexanderKalistratov - vtavana - vlad-perevezentsev