From 190527de18d8b4a11e3d58261a98fafd4d37c9d4 Mon Sep 17 00:00:00 2001 From: Taylor Helsper Date: Mon, 26 Dec 2022 22:45:52 -0600 Subject: [PATCH] Change sphinx to communication category --- rootfs/standard/usr/share/mynode/application_info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/standard/usr/share/mynode/application_info.json b/rootfs/standard/usr/share/mynode/application_info.json index ff7ccb8b..4805fecc 100644 --- a/rootfs/standard/usr/share/mynode/application_info.json +++ b/rootfs/standard/usr/share/mynode/application_info.json @@ -370,7 +370,7 @@ "author": {"name": "Sphinx Chat", "link": "https://sphinx.chat/"}, "website": {"name": "GitHub", "link": "https://github.com/stakwork/sphinx-relay"}, "description": "Relay is a Node.js wrapper around LND, handling connectivity and storage for Sphinx. Communication between Relay nodes takes place entirely on the Lightning Network, so it is decentralized, untraceable, and encrypted. Message content is also end-to-end encrypted using client public keys, on the Sphinx app itself.", - "category": "lightning_app", + "category": "communication", "app_tile_button_text": "Info", "app_tile_button_href": "/sphinxrelay", "app_tile_running_status_text": "Running",