diff --git a/suggestions/keyboards.json b/suggestions/keyboards.json index 4732495..f363684 100644 --- a/suggestions/keyboards.json +++ b/suggestions/keyboards.json @@ -1,14 +1,14 @@ [ - { - "id": "org.smc.inputmethod.indic", - "label": "Indic Keyboard", - "source": "fg", - "repo": "https://gitlab.com/indicproject/Indic-Keyboard" - } - { - "id": "dev.patrickgold.florisboard", - "label": "FlorisBoard", - "source": "f", - "repo": "https://github.com/florisboard/florisboard" - } + { + "id": "dev.patrickgold.florisboard", + "label": "FlorisBoard", + "source": "f", + "repo": "https://github.com/florisboard/florisboard" + }, + { + "id": "org.smc.inputmethod.indic", + "label": "Indic Keyboard", + "source": "fg", + "repo": "https://gitlab.com/indicproject/Indic-Keyboard" + } ]