1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Quotes around "HEAD" to be valid json

This commit is contained in:
Alexandre Aubin 2019-04-10 01:03:24 +02:00 committed by GitHub
parent 146abc48ac
commit 4941a3d2c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ To make an app a High Quality app, technically, you have to add the tag ```"high
"wallabag": {
"branch": "master",
"high_quality": true,
"revision": HEAD,
"revision": "HEAD",
"url": "https://github.com/abeudin/wallabag_ynh.git",
"state": "working"
}
@ -108,7 +108,7 @@ To make an app a Featured app, technically, you have to add the tag ```"featured
"branch": "master",
"high_quality": true,
"featured": true,
"revision": HEAD,
"revision": "HEAD",
"url": "https://github.com/abeudin/wallabag_ynh.git",
"state": "working"
}