summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2019-02-16 17:07:28 +0100
committerPietro Albini <pietro@pietroalbini.org>2019-02-16 17:07:28 +0100
commita71ea99f5ea28ab4958c39d749bd487da9dd1fec (patch)
tree567650f638b769d4c73e46ffae73582f81c4c510 /README.md
parentad3a7b9e3a4c82fb9b96a5642b127179a8fb7834 (diff)
remove the unused team.children property
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 75fac8d..1f28139 100644
--- a/README.md
+++ b/README.md
@@ -75,10 +75,6 @@ directory. The structure of the file is this:
```toml
name = "overlords" # Name of the team, used for GitHub (required)
subteam-of = "gods" # Name of the parent team of this team (optional)
-# Include all the members of the listed teams as members of this team (optional)
-inherit = [
- "kings",
-]
[people]
# Leads of the team, can be more than one and must be members of the team.