mirror of https://github.com/docker/docker-py.git
chore: update MAINTAINERS and remove CODEOWNERS
Update `MAINTAINERS` with the current folks, adn remove the `CODEOWNERS` file entirely -- it's not really helpful here, as this project isn't big enough to have multiple subsections with different maintainers/owners. Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
parent
db4878118b
commit
6834f8f071
|
|
@ -1,6 +0,0 @@
|
||||||
# GitHub code owners
|
|
||||||
# See https://help.github.com/articles/about-codeowners/
|
|
||||||
#
|
|
||||||
# KEEP THIS FILE SORTED. Order is important. Last match takes precedence.
|
|
||||||
|
|
||||||
* @aiordache @ulyssessouza
|
|
||||||
16
MAINTAINERS
16
MAINTAINERS
|
|
@ -11,17 +11,19 @@
|
||||||
[Org]
|
[Org]
|
||||||
[Org."Core maintainers"]
|
[Org."Core maintainers"]
|
||||||
people = [
|
people = [
|
||||||
"aiordache",
|
"glours",
|
||||||
"ulyssessouza",
|
"milas",
|
||||||
]
|
]
|
||||||
[Org.Alumni]
|
[Org.Alumni]
|
||||||
people = [
|
people = [
|
||||||
|
"aiordache",
|
||||||
"aanand",
|
"aanand",
|
||||||
"bfirsh",
|
"bfirsh",
|
||||||
"dnephin",
|
"dnephin",
|
||||||
"mnowster",
|
"mnowster",
|
||||||
"mpetazzoni",
|
"mpetazzoni",
|
||||||
"shin-",
|
"shin-",
|
||||||
|
"ulyssessouza",
|
||||||
]
|
]
|
||||||
|
|
||||||
[people]
|
[people]
|
||||||
|
|
@ -52,6 +54,16 @@
|
||||||
Email = "dnephin@gmail.com"
|
Email = "dnephin@gmail.com"
|
||||||
GitHub = "dnephin"
|
GitHub = "dnephin"
|
||||||
|
|
||||||
|
[people.glours]
|
||||||
|
Name = "Guillaume Lours"
|
||||||
|
Email = "705411+glours@users.noreply.github.com"
|
||||||
|
GitHub = "glours"
|
||||||
|
|
||||||
|
[people.milas]
|
||||||
|
Name = "Milas Bowman"
|
||||||
|
Email = "devnull@milas.dev"
|
||||||
|
GitHub = "milas"
|
||||||
|
|
||||||
[people.mnowster]
|
[people.mnowster]
|
||||||
Name = "Mazz Mosley"
|
Name = "Mazz Mosley"
|
||||||
Email = "mazz@houseofmnowster.com"
|
Email = "mazz@houseofmnowster.com"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue