From 67122ac533b2cd92ebb4c00fc3596981a68d2c04 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 17 Nov 2024 09:38:04 +0100 Subject: [PATCH] Indicate that the hosted version will be for free --- src/pages/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 2b7fa69..31bc4be 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -41,9 +41,9 @@ export default function Home(): JSX.Element {

However, we are well aware that most users don't have the technical skills or resources to host their own instance. For that reason, - we are working on a hosted version of Libre Wedding Planner you will be able to use as a service for an affordable fee. Still, we encourage you to - not use this service if you can host your own instance. We don't care, and don't need to know how much you're going to spend, - or who your guests are. + we are working on a hosted version of Libre Wedding Planner you will be able to use as a service for free (as long as we can + afford the server costs). Still, we encourage you to not use this service if you can host your own instance. We don't care, and don't + need to know how much you're going to spend, or who your guests are.

Libre Wedding Planner is free (as in freedom), open source software, licensed under the AGPLv3. You are free to download the source code, use it, -- 2.47.1