From a71ea99f5ea28ab4958c39d749bd487da9dd1fec Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Sat, 16 Feb 2019 17:07:28 +0100 Subject: remove the unused team.children property --- README.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3