diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fe3634eb71..f51d7a8378 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,8 +1,8 @@ # GitHub code owners # See https://github.com/blog/2392-introducing-code-owners -cli/command/stack/** @vdemeester +cli/command/stack/** @vdemeester @silvin-lubecki cli/compose/** @vdemeester contrib/completion/bash/** @albers contrib/completion/zsh/** @sdurrheimer -docs/** @mistyhacks @vdemeester @thaJeztah +docs/** @vdemeester @thaJeztah diff --git a/MAINTAINERS b/MAINTAINERS index 5f34ef0144..c0b6450925 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -41,7 +41,6 @@ # TODO Describe the docs maintainers role. people = [ - "misty", "thajeztah" ] @@ -95,11 +94,6 @@ Email = "justin.cormack@docker.com" GitHub = "justincormack" - [people.misty] - Name = "Misty Stanley-Jones" - Email = "misty@docker.com" - GitHub = "mistyhacks" - [people.programmerq] Name = "Jeff Anderson" Email = "jeff@docker.com" diff --git a/contrib/completion/REVIEWERS b/contrib/completion/REVIEWERS deleted file mode 100644 index 03ee2dde3d..0000000000 --- a/contrib/completion/REVIEWERS +++ /dev/null @@ -1,2 +0,0 @@ -Tianon Gravi (@tianon) -Jessie Frazelle (@jfrazelle)