From 9a16f6f817157316ce40c8c76f83a8e0d8c0e669 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 13 Apr 2024 20:13:24 +0200 Subject: [PATCH] fix: license in cmd help text --- pkg/cmd/cmd.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cmd/cmd.go b/pkg/cmd/cmd.go index a9e734a3e..1d6b3f37f 100644 --- a/pkg/cmd/cmd.go +++ b/pkg/cmd/cmd.go @@ -32,9 +32,9 @@ The to-do app to organize your life. Also one of the two wild South American camelids which live in the high alpine areas of the Andes and a relative of the llama. -Vikunja is a self-hosted To-Do list application with a web app and mobile apps for all platforms. It is licensed under the GPLv3. +Vikunja is a self-hosted To-Do list application with a web app and mobile apps for all platforms. It is licensed under the AGPLv3. -Find more info at vikunja.io.`, +Find out more at vikunja.io.`, PreRun: webCmd.PreRun, Run: webCmd.Run, }