mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[fix] manifest: set YunoHost 2.4 as requirement for helpers.
This commit is contained in:
parent
6bfab67ead
commit
195596f036
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@
|
||||||
"email": "moul@moul.re",
|
"email": "moul@moul.re",
|
||||||
"url": "https://moul.re"
|
"url": "https://moul.re"
|
||||||
},
|
},
|
||||||
|
"requirements": {
|
||||||
|
"yunohost": ">> 2.4.0"
|
||||||
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx"
|
"nginx"
|
||||||
|
|
Loading…
Reference in a new issue