Remove outdated completion reviewers file

Clean maintainers and code owners files

Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
This commit is contained in:
Silvin Lubecki 2018-08-01 15:08:36 +02:00
parent 08f5f52cdc
commit 9022a00fbe
3 changed files with 2 additions and 10 deletions

4
.github/CODEOWNERS vendored
View File

@ -1,8 +1,8 @@
# GitHub code owners # GitHub code owners
# See https://github.com/blog/2392-introducing-code-owners # See https://github.com/blog/2392-introducing-code-owners
cli/command/stack/** @vdemeester cli/command/stack/** @vdemeester @silvin-lubecki
cli/compose/** @vdemeester cli/compose/** @vdemeester
contrib/completion/bash/** @albers contrib/completion/bash/** @albers
contrib/completion/zsh/** @sdurrheimer contrib/completion/zsh/** @sdurrheimer
docs/** @mistyhacks @vdemeester @thaJeztah docs/** @vdemeester @thaJeztah

View File

@ -41,7 +41,6 @@
# TODO Describe the docs maintainers role. # TODO Describe the docs maintainers role.
people = [ people = [
"misty",
"thajeztah" "thajeztah"
] ]
@ -95,11 +94,6 @@
Email = "justin.cormack@docker.com" Email = "justin.cormack@docker.com"
GitHub = "justincormack" GitHub = "justincormack"
[people.misty]
Name = "Misty Stanley-Jones"
Email = "misty@docker.com"
GitHub = "mistyhacks"
[people.programmerq] [people.programmerq]
Name = "Jeff Anderson" Name = "Jeff Anderson"
Email = "jeff@docker.com" Email = "jeff@docker.com"

View File

@ -1,2 +0,0 @@
Tianon Gravi <admwiggin@gmail.com> (@tianon)
Jessie Frazelle <jess@docker.com> (@jfrazelle)