mirror of
https://github.com/YunoHost-Apps/unattended_upgrades_ynh.git
synced 2024-10-01 13:35:00 +02:00
Fix yunohost version requirement
This commit is contained in:
parent
5af727d349
commit
902ad0e351
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ admindoc = "https://wiki.debian.org/UnattendedUpgrades"
|
|||
userdoc = "https://manpages.debian.org/stretch/apticron/apticron.1.en.html"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 4.3.0"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = false
|
||||
ldap = "not_relevant"
|
||||
|
|
Loading…
Add table
Reference in a new issue