-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request moby#10425 from dmcgowan/registry-maintainers
Add distribution maintainers to maintainers files
- Loading branch information
Showing
3 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -424,7 +424,10 @@ made through a pull request. | |
"dmp42", | ||
"vbatts", | ||
"joffrey", | ||
"samalba" | ||
"samalba", | ||
"sday", | ||
"jlhawn", | ||
"dmcg" | ||
] | ||
|
||
[Org.Subsystems."build tools"] | ||
|
@@ -502,6 +505,16 @@ made through a pull request. | |
Email = "[email protected]" | ||
GitHub = "duglin" | ||
|
||
[people.dmcg] | ||
Name = "Derek McGowan" | ||
Email = "[email protected]" | ||
Github = "dmcgowan" | ||
|
||
[people.dmp42] | ||
Name = "Olivier Gambier" | ||
Email = "[email protected]" | ||
Github = "dmp42" | ||
|
||
[people.ehazlett] | ||
Name = "Evan Hazlett" | ||
Email = "[email protected]" | ||
|
@@ -532,6 +545,16 @@ made through a pull request. | |
Email = "[email protected]" | ||
GitHub = "jfrazelle" | ||
|
||
[people.jlhawn] | ||
Name = "Josh Hawn" | ||
Email = "[email protected]" | ||
Github = "jlhawn" | ||
|
||
[people.joffrey] | ||
Name = "Joffrey Fuhrer" | ||
Email = "[email protected]" | ||
Github = "shin-" | ||
|
||
[people.lk4d4] | ||
Name = "Alexander Morozov" | ||
Email = "[email protected]" | ||
|
@@ -542,6 +565,11 @@ made through a pull request. | |
Email = "[email protected]" | ||
GitHub = "moxiegirl" | ||
|
||
[people.sday] | ||
Name = "Stephen Day" | ||
Email = "[email protected]" | ||
Github = "stevvooe" | ||
|
||
[people.shykes] | ||
Name = "Solomon Hykes" | ||
Email = "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ Victor Vieux <[email protected]> (@vieux) | |
Michael Crosby <[email protected]> (@crosbymichael) | ||
Cristian Staretu <[email protected]> (@unclejack) | ||
Tibor Vass <[email protected]> (@tiborvass) | ||
Josh Hawn <[email protected]> (@jlhawn) | ||
Derek McGowan <[email protected]> (@dmcgowan) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
Sam Alba <[email protected]> (@samalba) | ||
Joffrey Fuhrer <[email protected]> (@shin-) | ||
Ken Cochrane <[email protected]> (@kencochrane) | ||
Vincent Batts <[email protected]> (@vbatts) | ||
Olivier Gambier <[email protected]> (@dmp42) | ||
Josh Hawn <[email protected]> (@jlhawn) | ||
Derek McGowan <[email protected]> (@dmcgowan) | ||
Stephen Day <[email protected]> (@stevvooe) |