From 200e122d3017be4c535e736f2d30bc2c8f397080 Mon Sep 17 00:00:00 2001 From: Ed Leafe Date: Thu, 7 Sep 2017 16:50:11 +0000 Subject: [PATCH] Fix typo in liaisons.json The previous update to this file switched the order of two rows, making the text invalid JSON. This commit simply fixes that. Change-Id: Ibb680c3f0f20e959c7171209980c53274df301b8 --- doc/source/liaisons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/liaisons.json b/doc/source/liaisons.json index 35fa335..1a44e69 100644 --- a/doc/source/liaisons.json +++ b/doc/source/liaisons.json @@ -99,8 +99,8 @@ { "project": "Neutron", "name": "Akihiro Motoki", - "nick": "amotoki" "email": "amotoki@gmail.com", + "nick": "amotoki" }, { "project": "Nova",