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
This commit is contained in:
Ed Leafe 2017-09-07 16:50:11 +00:00
parent 35c997e9ec
commit 200e122d30
1 changed files with 1 additions and 1 deletions

View File

@ -99,8 +99,8 @@
{
"project": "Neutron",
"name": "Akihiro Motoki",
"nick": "amotoki"
"email": "amotoki@gmail.com",
"nick": "amotoki"
},
{
"project": "Nova",