diff --git a/suggestions/email_clients.json b/suggestions/email_clients.json index 0bd3a74..3d7bd0c 100644 --- a/suggestions/email_clients.json +++ b/suggestions/email_clients.json @@ -1,14 +1,14 @@ [ - { - "id": "eu.faircode.email", - "label": "FairEmail", - "source": "fg", - "repo": "https://github.com/M66B/FairEmail" - }, - { - "id": "com.fsck.k9", - "label": "K-9 Mail", - "source": "fg", - "repo": "https://github.com/thundernest/k-9" - } + { + "id": "com.fsck.k9", + "label": "K-9 Mail", + "source": "fg", + "repo": "https://github.com/thundernest/k-9" + }, + { + "id": "eu.faircode.email", + "label": "FairEmail", + "source": "fg", + "repo": "https://github.com/M66B/FairEmail" + } ]