From 150dbeba05e22eda1467e2e3cb54af88a422d505 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 31 Aug 2023 23:32:25 +0200 Subject: [PATCH] manifest: fix yunohost version requirement typo --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index e5906fcb..534438b0 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.2.14" +yunohost = ">= 11.2.4" architectures = "all" multi_instance = true ldap = false