forked from docker/go-plugins-helpers
-
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.
the script in docker/opensource didn't like the format :-) also updated runcom's e-mail address Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Loading branch information
Showing
1 changed file
with
23 additions
and
8 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 |
---|---|---|
@@ -1,13 +1,28 @@ | ||
[Org.Maintainers] | ||
|
||
people = [ | ||
"calavera", | ||
"dave-tucker", | ||
"runcom", | ||
] | ||
# go-plugins-helpers maintainers file | ||
# | ||
# This file describes who runs the docker/go-plugins-helpers project and how. | ||
# This is a living document - if you see something out of date or missing, speak up! | ||
# | ||
# It is structured to be consumable by both humans and programs. | ||
# To extract its contents programmatically, use any TOML-compliant parser. | ||
# | ||
# This file is compiled into the MAINTAINERS file in docker/opensource. | ||
# | ||
[Org] | ||
[Org."Core maintainers"] | ||
people = [ | ||
"calavera", | ||
"dave-tucker", | ||
"runcom", | ||
] | ||
|
||
[people] | ||
|
||
# A reference list of all people associated with the project. | ||
# All other sections should refer to people by their canonical key | ||
# in the people section. | ||
|
||
# ADD YOURSELF HERE IN ALPHABETICAL ORDER | ||
[people.calavera] | ||
Name = "David Calavera" | ||
Email = "[email protected]" | ||
|
@@ -20,5 +35,5 @@ | |
|
||
[people.runcom] | ||
Name = "Antonio Murdaca" | ||
Email = "me@runcom.ninja" | ||
Email = "runcom@redhat.com" | ||
GitHub = "runcom" |