From 86a095814b3ffdf82c4eed2130710487b2106c01 Mon Sep 17 00:00:00 2001 From: Hans Kratz Date: Fri, 19 Nov 2021 19:27:58 +0100 Subject: [PATCH] Add macos notification group. --- people/hkratz.toml | 4 ++++ people/inflation.toml | 3 +++ people/thomcc.toml | 4 ++++ teams/macos.toml | 11 +++++++++++ 4 files changed, 22 insertions(+) create mode 100644 people/hkratz.toml create mode 100644 people/inflation.toml create mode 100644 people/thomcc.toml create mode 100644 teams/macos.toml diff --git a/people/hkratz.toml b/people/hkratz.toml new file mode 100644 index 000000000..ba00b5aaf --- /dev/null +++ b/people/hkratz.toml @@ -0,0 +1,4 @@ +name = 'Hans Kratz' +github = 'hkratz' +github-id = 3736990 +email = 'hans@appfour.com' diff --git a/people/inflation.toml b/people/inflation.toml new file mode 100644 index 000000000..fb9827039 --- /dev/null +++ b/people/inflation.toml @@ -0,0 +1,3 @@ +name = 'Inflation' +github = 'inflation' +github-id = 2375962 diff --git a/people/thomcc.toml b/people/thomcc.toml new file mode 100644 index 000000000..165489eea --- /dev/null +++ b/people/thomcc.toml @@ -0,0 +1,4 @@ +name = 'Thom Chiovoloni' +github = 'thomcc' +github-id = 860665 +email = 'chiovolonit@gmail.com' diff --git a/teams/macos.toml b/teams/macos.toml new file mode 100644 index 000000000..41a8fc336 --- /dev/null +++ b/teams/macos.toml @@ -0,0 +1,11 @@ +name = "macos" +kind = "marker-team" + +[people] +leads = [] +members = [ + "hkratz", + "inflation", + "shepmaster", + "thomcc", +]