You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
548 B
Plaintext
23 lines
548 B
Plaintext
6 years ago
|
# Notary maintainers alumni file
|
||
|
#
|
||
|
# This file describes past maintainers who have stepped down from the role.
|
||
|
# 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.
|
||
|
#
|
||
|
[Org]
|
||
|
[Org."Notary Alumni"]
|
||
|
people = [
|
||
|
"dmcgowan",
|
||
|
]
|
||
|
|
||
|
[people]
|
||
|
|
||
|
# ADD YOURSELF HERE IN ALPHABETICAL ORDER
|
||
|
|
||
|
[people.dmcgowan]
|
||
|
Name = "Derek McGowan"
|
||
|
Email = "derek@docker.com"
|
||
|
GitHub = "dmcgowan"
|