From be4a7422c0f1b78cfe484ec1b47e714b15992a2c Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Sun, 13 Oct 2024 08:21:08 +0300 Subject: [PATCH] Use "Woodpecker Authors" as copyright on website (#4225) --- docs/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 7bfb0cc2e..e4cfe7fd6 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -147,7 +147,7 @@ const config: Config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} Woodpecker CI. Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} Woodpecker Authors. Built with Docusaurus.`, }, prism: { theme: themes.github,