From cf7423fc1a23abc6fb61f43a8a9ae9a099c8eca0 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Sun, 2 Apr 2023 19:34:06 +0000 Subject: [PATCH] fix(api): license (#1457) Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1457 Reviewed-by: konrad Co-authored-by: Dominik Pschenitschni Co-committed-by: Dominik Pschenitschni --- pkg/routes/routes.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/routes/routes.go b/pkg/routes/routes.go index 5b11efe54..92fb53db2 100644 --- a/pkg/routes/routes.go +++ b/pkg/routes/routes.go @@ -15,7 +15,7 @@ // along with this program. If not, see . // @title Vikunja API -// @description This is the documentation for the [Vikunja](http://vikunja.io) API. Vikunja is a cross-plattform To-do-application with a lot of features, such as sharing projects with users or teams. +// @description This is the documentation for the [Vikunja](https://vikunja.io) API. Vikunja is a cross-plattform To-do-application with a lot of features, such as sharing projects with users or teams. // @description # Pagination // @description Every endpoint capable of pagination will return two headers: @@ -31,10 +31,10 @@ // @description // @BasePath /api/v1 -// @license.url http://code.vikunja.io/api/src/branch/master/LICENSE -// @license.name GPLv3 +// @license.url https://code.vikunja.io/api/src/branch/main/LICENSE +// @license.name AGPL-3.0-or-later -// @contact.url http://vikunja.io/en/contact/ +// @contact.url https://vikunja.io/contact/ // @contact.name General Vikunja contact // @contact.email hello@vikunja.io