Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 970ac21

Browse files
authored
Merge pull request #552 from docker/maintainers
Fix Maintainers
2 parents d7afb45 + a9a6d3b commit 970ac21

1 file changed

Lines changed: 14 additions & 37 deletions

File tree

MAINTAINERS

Lines changed: 14 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Docker maintainers file
22
#
3-
# This file describes who runs the docker/app project and how.
3+
# This file describes who runs the docker/compose-cli project and how.
44
# This is a living document - if you see something out of date or missing, speak up!
55
#
66
# It is structured to be consumable by both humans and programs.
@@ -24,34 +24,7 @@
2424
people = [
2525
"rumpl",
2626
"gtardif",
27-
"chris-chrone"
28-
]
29-
30-
[Org."Docs maintainers"]
31-
32-
# TODO Describe the docs maintainers role.
33-
34-
people = [
35-
"rumpl",
36-
"gtardif",
37-
"chris-chrone"
38-
]
39-
40-
[Org.Curators]
41-
42-
# The curators help ensure that incoming issues and pull requests are properly triaged and
43-
# that our various contribution and reviewing processes are respected. With their knowledge of
44-
# the repository activity, they can also guide contributors to relevant material or
45-
# discussions.
46-
#
47-
# They are neither code nor docs reviewers, so they are never expected to merge. They can
48-
# however:
49-
# - close an issue or pull request when it's an exact duplicate
50-
# - close an issue or pull request when it's inappropriate or off-topic
51-
52-
people = [
53-
"rumpl",
54-
"gtardif",
27+
"ndeloof"
5528
"chris-chrone"
5629
]
5730

@@ -63,18 +36,22 @@
6336

6437
# ADD YOURSELF HERE IN ALPHABETICAL ORDER
6538

66-
[people.rumpl]
67-
Name = "Djordje Lukic"
68-
Email = "djordje.lukic@docker.com"
69-
GitHub = "rumpl"
39+
[people.chris-crone]
40+
Name = "Christopher Crone"
41+
Email = "christopher.crone@docker.com"
42+
GitHub = "chris-crone"
7043

7144
[people.gtardif]
7245
Name = "Guillaume Tardif"
7346
7447
GitHub = "gtardif"
7548

76-
[people.chris-crone]
77-
Name = "Christopher Crone"
78-
Email = "christopher.crone@docker.com"
79-
GitHub = "chris-crone"
49+
[people.ndeloof]
50+
Name = "Nicolas Deloof"
51+
Email = "nicolas.deloof@docker.com"
52+
GitHub = "ndeloof"
8053

54+
[people.rumpl]
55+
Name = "Djordje Lukic"
56+
57+
GitHub = "rumpl"

0 commit comments

Comments
 (0)