mirror of
https://github.com/YunoHost-Apps/discourse_ynh.git
synced 2024-09-03 18:26:18 +02:00
Fix YunoHost version
Using official helper ynh_exec_as implies requiring at least version 4.1.7, but manifest only requires 4.1.3
This commit is contained in:
parent
8d350f971d
commit
72e8e077a1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
"url": ""
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.1.3"
|
||||
"yunohost": ">= 4.1.7"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
Loading…
Reference in a new issue