mirror of
https://github.com/soconnor0919/robot-plugins.git
synced 2026-02-04 15:36:32 -05:00
Fix plugin count in repository metadata
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user