From 31bb11af3d51b1d934abcc54de347fb3976fc1cd Mon Sep 17 00:00:00 2001 From: Peder Brandstorp Sanden <82643433+Pederbs@users.noreply.github.com> Date: Thu, 24 Apr 2025 09:11:06 +0200 Subject: [PATCH] fix: update website URL and description --- repos/waterlinked/sonar/metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repos/waterlinked/sonar/metadata.json b/repos/waterlinked/sonar/metadata.json index 3ffa8c8d..7e70be54 100755 --- a/repos/waterlinked/sonar/metadata.json +++ b/repos/waterlinked/sonar/metadata.json @@ -1,6 +1,6 @@ { "name": "Water Linked 3D Sonar", - "website": "https://github.com/waterlinked/blueos-ugps-extension", + "website": "https://github.com/waterlinked/BlueOS-Sonar-Extension", "docker": "waterlinked/blueos-sonar-extension", - "description": "Automatically finds the IP address of the sonar and provides a web interface to configure the sonar and view the sonar data." + "description": "Web interface for Water Linked 3D Sonar configuration and visualization with automatic IP discovery" }