mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
Quotes around "HEAD" to be valid json
This commit is contained in:
parent
ad31bf5ca2
commit
c1f4e18054
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ To make an app a High Quality app, technically, you have to add the tag ```"high
|
||||||
"wallabag": {
|
"wallabag": {
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
"high_quality": true,
|
"high_quality": true,
|
||||||
"revision": HEAD,
|
"revision": "HEAD",
|
||||||
"url": "https://github.com/abeudin/wallabag_ynh.git",
|
"url": "https://github.com/abeudin/wallabag_ynh.git",
|
||||||
"state": "working"
|
"state": "working"
|
||||||
}
|
}
|
||||||
|
@ -108,7 +108,7 @@ To make an app a Featured app, technically, you have to add the tag ```"featured
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
"high_quality": true,
|
"high_quality": true,
|
||||||
"featured": true,
|
"featured": true,
|
||||||
"revision": HEAD,
|
"revision": "HEAD",
|
||||||
"url": "https://github.com/abeudin/wallabag_ynh.git",
|
"url": "https://github.com/abeudin/wallabag_ynh.git",
|
||||||
"state": "working"
|
"state": "working"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue