From f6406a7fc88c9dfa6a19da0c70fac207e7aeea5c Mon Sep 17 00:00:00 2001 From: Lanski <19168735+Pol-Lanski@users.noreply.github.com> Date: Fri, 12 Jun 2026 10:43:15 +0200 Subject: [PATCH] Update shortDescription for SSV protocol client Suggestion for a better description. Currently the description and the Name are both Anchor. --- dappnode_package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dappnode_package.json b/dappnode_package.json index 926126f..5aac588 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -12,7 +12,7 @@ } ], "architectures": ["linux/amd64", "linux/arm64"], - "shortDescription": "Anchor", + "shortDescription": "Secret Shared Validator (SSV) protocol client in Rust", "description": "Anchor is an open source implementation of the Secret Shared Validator (SSV) protocol, written in Rust and maintained by Sigma Prime.", "type": "service", "author": "DAppNode Association (https://github.com/dappnode)",