From c631b8b924b799e1b11d32fedaa490ab532a891f Mon Sep 17 00:00:00 2001 From: Salamandar <6552989+Salamandar@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:23:16 +0200 Subject: [PATCH] Remove antifeatures from the manifest.toml This is not (yet?) supported. It should go into the DESCRIPTION.md or equivalent. --- manifest.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8d4c0c7..4a76f25 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,9 +16,6 @@ code = "https://github.com/TryGhost/Ghost" cpe = "cpe:2.3:a:ghost:ghost" fund = "https://opencollective.com/ghost" -[antifeatures] -arbitrary-limitations.en = "Ghost developers have chosen to only support MySQL. YunoHost relying on MariaDB, incompatibilities may arise. For more information: https://github.com/TryGhost/Ghost/issues/15729#issuecomment-1299297720" - [integration] yunohost = ">= 11.2" architectures = "all"