From 6abe0ccfc7d59d1da0ff210c952656d045bfa482 Mon Sep 17 00:00:00 2001 From: Wesley de Groot Date: Sun, 30 Oct 2022 16:39:53 +0100 Subject: [PATCH] Fix categories for AuroraEditor (#817) --- applications.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications.json b/applications.json index 5890f3c..37c9f9a 100644 --- a/applications.json +++ b/applications.json @@ -2837,6 +2837,8 @@ { "short_description": "Lightweight Code Editor (IDE) for macOS. ", "categories": [ + "ide", + "editors", "text" ], "repo_url": "https://github.com/AuroraEditor/AuroraEditor",