From 90ffc01ca79dcbadb0ea8d7c4c05157a21a9a32c Mon Sep 17 00:00:00 2001 From: Fiscal Velvet Poet Date: Tue, 9 Jan 2024 13:57:03 +1000 Subject: [PATCH] Updated copyright year to 2024 resolves #2 --- LICENSE | 2 +- site.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 78d805a..5087214 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ ANARCHIST LICENSE Version 1.0, 1 May, 2021 -Copyright © 2021 JFDI Collective +Copyright © 2024 JFDI Collective 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 326e1bc..1427ec1 100644 --- a/site.hs +++ b/site.hs @@ -134,7 +134,7 @@ siteCtx = constField "site-url" "https://skeleton.jfdic.org" `mappend` constField "tagline" "you should set this tag line" `mappend` constField "site-title" "Skeleton Site" `mappend` - constField "copy-year" "2021" `mappend` + constField "copy-year" "2024" `mappend` constField "github-repo" "https://source.jfdic.org/jfdic/hakyll-skeleton" `mappend` defaultContext