Skip to content

Commit 82f767f

Browse files
committed
fix: set correct Groove capability type (was: custom)
1 parent 1bb7f76 commit 82f767f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.well-known/groove/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"team"
55
],
66
"capabilities": {
7-
"primary": {
8-
"description": "TODO: describe this service's primary capability",
7+
"cli": {
8+
"description": "CLI toolkit for the FlatRacoon operating system and networking stack.",
99
"panel_compatible": true,
1010
"protocol": "cli",
1111
"requires_auth": false,
12-
"type": "custom"
12+
"type": "cli"
1313
}
1414
},
1515
"consumes": [],

0 commit comments

Comments
 (0)