From ab2fbd48f16fd8c86048394109bf1bd15dca5722 Mon Sep 17 00:00:00 2001 From: Tagadda <36127788+Tagadda@users.noreply.github.com> Date: Sat, 6 May 2023 21:42:56 +0000 Subject: [PATCH] smol fix wip --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6ab7cc6..5e54d7b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -10,7 +10,7 @@ version = "3.6.0~ynh1" maintainers = ["Tagada"] [upstream] -license = "agpl-3-or-later" +license = "AGPL-3.0-or-later" website = "https://linkstack.org/" admindoc = "https://docs.linkstack.org/" code = "https://github.com/LinkStackOrg/LinkStack" @@ -22,8 +22,8 @@ fund = "https://liberapay.com/LittleLink-Custom" yunohost = ">= 11.1.14" architectures = "all" multi_instance = true -ldap = "false" -sso = "false" +ldap = false +sso = false disk = "100M" ram.build = "50M" ram.runtime = "50M"