From beb862773b7ae712c77bd6d2f8ebd79f0dc4fdce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 5 Jun 2023 13:31:09 +0200 Subject: [PATCH] cleaning --- doc/DESCRIPTION.md | 2 +- manifest.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 0236edf..a932b34 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -13,4 +13,4 @@ Simple way to manage your todo lists. - Smart syntax improves creation of tasks (usage: /priority/ Task /tags/) - Print-friendly CSS -- tyle for mobiles devices +- Style for mobiles devices diff --git a/manifest.toml b/manifest.toml index f6a2da6..2f31ce9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -56,7 +56,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "mariadb-server php8.0-mysqli php8.0-pdo" + packages = "mariadb-server php8.2-mysqli php8.2-pdo" [resources.database] type = "mysql"