diff options
| author | Aaron Crickenberger <spiffxp@google.com> | 2019-03-20 10:59:17 -0700 |
|---|---|---|
| committer | Aaron Crickenberger <spiffxp@google.com> | 2019-03-20 11:00:17 -0700 |
| commit | 2e1518026be0bccfb2ecf5af2aa4b85317c293c3 (patch) | |
| tree | 38968e1e2fdd1e6e8484fa553d68ef7881ba4251 /generator/app.go | |
| parent | 63dcb38987744129f45f3b636f2a545c0e1acd3e (diff) | |
Make subproject contacts optional, nest in display
Diffstat (limited to 'generator/app.go')
| -rw-r--r-- | generator/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/app.go b/generator/app.go index 3756d148..295077b3 100644 --- a/generator/app.go +++ b/generator/app.go @@ -89,7 +89,7 @@ type GithubTeams struct { type Subproject struct { Name string Description string - Contact Contact + Contact *Contact Owners []string Meetings []Meeting } |
