diff --git a/README.md b/README.md index ebb3602..bd0b200 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ The goal of TaskBoard is to provide a simple and clean interface to a functional * Official app website: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index b51ae28..878bdbd 100644 --- a/README_fr.md +++ b/README_fr.md @@ -35,7 +35,6 @@ The goal of TaskBoard is to provide a simple and clean interface to a functional * Site officiel de l’app : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs diff --git a/manifest.toml b/manifest.toml index 32cdb1d..270eb6d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ demo = "https://taskboard.matthewross.me/demo" code = "https://github.com/kiswa/TaskBoard" [integration] -yunohost = ">= 11.1.15" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false @@ -56,7 +56,5 @@ ram.runtime = "50M" api.show_tile = false api.protected = true - - [resources.apt] - packages = "php8.0-sqlite3" + packages = "php8.2-sqlite3"