From b80e2ff5a40b9405758410d2c8880b6f2852e3ca Mon Sep 17 00:00:00 2001 From: provokateurin Date: Thu, 11 Sep 2025 17:04:13 +0200 Subject: [PATCH] chore(copyright): Fix typo Signed-off-by: provokateurin --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index ada36d875..921c68628 100644 --- a/conf.py +++ b/conf.py @@ -19,7 +19,7 @@ extensions = [ ] # General information about the project. -copyright = '2016-' + str(now.year) + ' Nextcloud GmbH and Nextcloud contibutors' +copyright = '2016-' + str(now.year) + ' Nextcloud GmbH and Nextcloud contributors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the