From 9691d9c135f890af1bed9239da4775d767304ae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:10:04 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7fff838..1c988fc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Vikunja" description.en = "Self-hosted To-Do list application" description.fr = "Application de liste de tâches auto-hébergée" -version = "0.22.1~ynh1" +version = "0.24.1~ynh1" maintainers = [] @@ -83,7 +83,7 @@ ram.runtime = "50M" api.auth_header = false [resources.apt] - packages = "postgresql, redis-server" + packages = "postgresql" [resources.database] type = "postgresql"