From 8173cd7fddccc5f53a44b13ad8da922a090a2020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 20 Feb 2024 23:36:07 +0100 Subject: [PATCH] Fix description --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 5123936..f10f09c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -3,8 +3,8 @@ packaging_format = 2 id = "penpot" name = "Penpot" -description.en = "Penpot - The Open-Source design and prototyping platform" -description.fr = "Penpot - La plateforme de conception et de prototypage open-source" +description.en = "Design and prototyping platform" +description.fr = "Plateforme de conception et de prototypage" version = "1.19.3~ynh2" @@ -21,7 +21,7 @@ code = "https://github.com/penpot/penpot" [integration] yunohost = '>= 11.2' architectures = ["amd64", "arm64"] -multi_instance = true +multi_instance = true ldap = false sso = false disk = "50M"