1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grammalecte_ynh.git synced 2024-09-03 20:36:23 +02:00

Update manifest.json

This commit is contained in:
Éric Gaspar 2022-12-15 10:41:55 +01:00
parent ed58c1e268
commit a5be849161

View file

@ -6,7 +6,7 @@
"en": "Grammar and typography checker for French and Occitan (API)",
"fr": "Correcteur grammatical et typographique pour le Français et l'Occitan (API)"
},
"version": "2.1.1~ynh1",
"version": "2.1.1~ynh2",
"url": "https://grammalecte.net",
"license": "GPL-3.0-only",
"maintainer": {
@ -14,7 +14,7 @@
"email": "jules.bertholet@gmail.com"
},
"requirements": {
"yunohost": ">= 4.1.3"
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
@ -24,8 +24,7 @@
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
"type": "domain"
}
]
}