From 58f146526b2473e4568c30404e287277f6aa8f3c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sun, 9 Jun 2024 15:24:42 +0200 Subject: [PATCH] Update manifest.toml: bump yunohost requirement to please linter --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 09e4507..189558d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ userdoc = "https://docs.searxng.org/user/" code = "https://github.com/searxng/searxng" [integration] -yunohost = ">= 11.1.0" +yunohost = ">= 11.1.9" architectures = "all" multi_instance = false ldap = "not_relevant"