mirror of
https://github.com/YunoHost-Apps/wetty_ynh.git
synced 2024-09-03 18:16:29 +02:00
Fix Yunohost version requirements
! Using official helper ynh_add_config implies requiring at least version 4.1.0, but manifest only requires 3.8.1
This commit is contained in:
parent
e6f4eb3d1c
commit
5983c1366f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
"email": "salamandar@salamandar.fr"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 3.8.1"
|
||||
"yunohost": ">= 4.1.0"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
Loading…
Reference in a new issue