From 1566959ee84158ab4b0438d55b79d6b9c8c29a9f Mon Sep 17 00:00:00 2001 From: Vibrant C3PO Date: Mon, 8 Jan 2024 23:13:38 +1000 Subject: [PATCH] voc-web: bumped to 2024 resolves #3 --- LICENSE | 2 +- site.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index a9e308f..ebe0d7f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ ANARCHIST LICENSE Version 1.0, 1 May, 2021 -Copyright © 2021 Voices of Capricornia +Copyright © 2024 Voices of Capricornia This is Anarchist software, released for free use by individuals and organizations that do not operate by capitalist principles. diff --git a/site.hs b/site.hs index f414376..51f41bd 100644 --- a/site.hs +++ b/site.hs @@ -134,7 +134,7 @@ siteCtx = constField "site-url" "https://voicesofcapricornia.org" `mappend` constField "tagline" "Be Heard" `mappend` constField "site-title" "Voices of Capricornia" `mappend` - constField "copy-year" "2021" `mappend` + constField "copy-year" "2024" `mappend` constField "github-repo" "https://source.jfdic.org/voc/voc-web" `mappend` defaultContext