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."Core maintainers"]
|
||||
people = [
|
||||
"aiordache",
|
||||
"ulyssessouza",
|
||||
"glours",
|
||||
"milas",
|
||||
]
|
||||
[Org.Alumni]
|
||||
people = [
|
||||
"aiordache",
|
||||
"aanand",
|
||||
"bfirsh",
|
||||
"dnephin",
|
||||
"mnowster",
|
||||
"mpetazzoni",
|
||||
"shin-",
|
||||
"ulyssessouza",
|
||||
]
|
||||
|
||||
[people]
|
||||
|
|
@ -52,6 +54,16 @@
|
|||
Email = "dnephin@gmail.com"
|
||||
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]
|
||||
Name = "Mazz Mosley"
|
||||
Email = "mazz@houseofmnowster.com"
|
||||
|
|
|
|||
Loading…
Reference in New Issue