1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/13ft_ynh.git synced 2024-09-03 18:06:03 +02:00

Fix syntax typo

This commit is contained in:
lapineige 2022-12-18 11:21:20 +01:00 committed by GitHub
parent bdaf493e37
commit a09d3eeed6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
}, },
"license": "AGPL-3", "license": "AGPL-3",
"maintainer": { "maintainer": {
"name": "Lapineige", "name": "Lapineige"
}, },
"requirements": { "requirements": {
"yunohost": ">= 11.0.0" "yunohost": ">= 11.0.0"
@ -39,7 +39,6 @@
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"default": true "default": true
},
} }
] ]
} }