From 8ce2fb87846eaa8edd5bd6768f442febe9ee4e26 Mon Sep 17 00:00:00 2001 From: Hyung-Kyu Choi Date: Fri, 30 Oct 2020 16:37:23 +0900 Subject: [PATCH] Update categories.json Add a new sub-category Cybersecurity under Services. Signed-off-by: Hyung-Kyu Choi --- categories.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/categories.json b/categories.json index 2ad1582..867e714 100644 --- a/categories.json +++ b/categories.json @@ -281,6 +281,11 @@ "name": "Software Development", "slug": "software-development", "description": "developer shops and projects focused on software creation as a service" + }, + { + "name": "Cybersecurity", + "slug": "cybersecurity", + "description": "Services for regulatory compliance, crime investigation, and blockchain analytics to fight illicit cryptocurrency activities." } ] },