From 5d8571f1f23be0ad41412d1b9a7ba79769e289f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 28 Dec 2023 21:07:53 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7e8d29c..a071623 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,7 +20,7 @@ cpe = "cpe:2.3:a:apache:couchdb" [integration] yunohost = ">= 11.1" -architectures = "all" # FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"] +architectures = "all" multi_instance = false ldap = "not_relevant" @@ -63,7 +63,7 @@ ram.runtime = "60M" [resources.apt] packages = ["gnupg", "ca-certificates"] - # FIXME : find a way to do that here + # Find a way to do that here # [resources.apt.extras.couchdb] # repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ $(lsb_release -c -s) main" # key = "https://couchdb.apache.org/repo/keys.asc"