From 9a1c14813f3d66965e14e3570a2f3a96433e1bc6 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Wed, 17 Jul 2019 12:07:25 +0200 Subject: synchronize the release team with github --- src/schema.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/schema.rs b/src/schema.rs index 779e86c..fd91120 100644 --- a/src/schema.rs +++ b/src/schema.rs @@ -223,7 +223,7 @@ impl Team { pub(crate) fn github_teams(&self) -> Vec<(&str, &str)> { if let Some(github) = &self.github { let name = github - .name + .team_name .as_ref() .map(|n| n.as_str()) .unwrap_or(&self.name); @@ -250,7 +250,7 @@ struct TeamPeople { #[derive(serde::Deserialize, Debug)] #[serde(rename_all = "kebab-case", deny_unknown_fields)] struct GitHubData { - name: Option, + team_name: Option, orgs: Vec, } -- cgit v1.2.3