From 240b425c31cf20f3234408e03529ebd598fb6f27 Mon Sep 17 00:00:00 2001 From: lapineige Date: Thu, 20 Jul 2023 10:13:39 +0200 Subject: [PATCH] Update minimum Yunohost version. --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 811c71a7..a6f252ec 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ userdoc = "https://docs.pixelfed.org/" code = "https://github.com/pixelfed/pixelfed" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false