From ba2d3edbbcbcc9272fa8c6920d2177ecbf31ba64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 24 Feb 2024 22:49:07 +0100 Subject: [PATCH] Fix firefish code url --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2f8cd49..5d2c3fb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -13,15 +13,15 @@ maintainers = ["oufmilo"] license = "AGPL-3.0" website = "https://joinfirefish.org/" demo = "https://joinfirefish.org/" -code = "https://git.joinfirefish.org/firefish/firefish" +code = "https://firefish.dev/firefish/firefish" [integration] yunohost = ">= 11.1.14" -architectures = "all" +architectures = "all" multi_instance = false -ldap = "not_relevant" -sso = "not_relevant" -disk = "50M" +ldap = "not_relevant" +sso = "not_relevant" +disk = "50M" ram.build = "2G" ram.runtime = "2G"