diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-02-27 14:53:45 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-02-27 14:57:50 -0500 |
commit | 708bb802f2c8b77fec056aa5f04e0f4b018a74dc (patch) | |
tree | 916063e2c84690ef1cf553a46a5595e83b0df813 | |
parent | 3b978e16abe6c1e216777f64800083b47723e714 (diff) |
Fix copyright year in (haunt ui publish).
-rw-r--r-- | haunt/ui/publish.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/ui/publish.scm b/haunt/ui/publish.scm index 00db620..aea2bad 100644 --- a/haunt/ui/publish.scm +++ b/haunt/ui/publish.scm @@ -1,5 +1,5 @@ ;;; Haunt --- Static site generator for GNU Guile -;;; Copyright © 2015 David Thompson <davet@gnu.org> +;;; Copyright © 2022 David Thompson <davet@gnu.org> ;;; ;;; This file is part of Haunt. ;;; |