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"