From c6310d3144d55b5e5455066fd1d35db426bfddb0 Mon Sep 17 00:00:00 2001 From: HRIStudio Integration Date: Mon, 2 Feb 2026 10:32:07 -0500 Subject: [PATCH] Fix plugin count in repository metadata --- repository.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/repository.json b/repository.json index 910e7cd..1ec85f0 100755 --- a/repository.json +++ b/repository.json @@ -54,7 +54,10 @@ "recommended": "0.1.0" }, "ros2": { - "distributions": ["humble", "iron"], + "distributions": [ + "humble", + "iron" + ], "recommended": "iron" } }, @@ -63,8 +66,13 @@ "logo": "assets/repository-logo.png", "banner": "assets/repository-banner.png" }, - "tags": ["official", "mobile-robots", "ros2", "turtlebot"], + "tags": [ + "official", + "mobile-robots", + "ros2", + "turtlebot" + ], "stats": { - "plugins": 4 + "plugins": 3 } -} +} \ No newline at end of file