mirror of
https://github.com/tonistiigi/xx
synced 2025-12-24 12:47:51 +08:00
21 lines
481 B
Plaintext
21 lines
481 B
Plaintext
# The Twenty Committee
|
|
#
|
|
# This file describes the maintainer groups within the xx project.
|
|
# The rules for governance are borrowed from and can be seen in
|
|
# https://github.com/moby/moby/blob/master/project/GOVERNANCE.md file.
|
|
#
|
|
# It is structured to be consumable by both humans and programs.
|
|
# To extract its contents programmatically, use any TOML-compliant
|
|
# parser.
|
|
#
|
|
|
|
[Org]
|
|
|
|
[Org.Maintainers]
|
|
|
|
people = [
|
|
"crazy-max",
|
|
"tiborvass",
|
|
"tonistiigi",
|
|
]
|