branch: master
commit febb1bd870529b5e61f92f6f08dd86a0b3003c40
Author: Ludovic Courtès <[email protected]>
AuthorDate: Tue May 9 17:16:17 2023 +0200

    templates: Update copyright line in footer.
    
    * src/cuirass/templates.scm (html-page): Update copyright line.
---
 src/cuirass/templates.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index 6ec2f02..f723074 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -1,6 +1,6 @@
 ;;; templates.scm -- HTTP API
 ;;; Copyright © 2018 Tatiana Sholokhova <[email protected]>
-;;; Copyright © 2018, 2019, 2020, 2021 Ludovic Courtès <[email protected]>
+;;; Copyright © 2018, 2019, 2020, 2021, 2023 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2019, 2020 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2020 Mathieu Othacehe <[email protected]>
 ;;;
@@ -222,7 +222,7 @@ system whose names start with " (code "guile-") ":" (br)
            (p (@ (class "mt-3"))
               (a (@ (href "http://guix.gnu.org/cuirass/";))
                  ,(string-append "Cuirass " %package-version))
-              " — Copyright © 2016 - 2022 by the GNU Guix community.")))))
+              " — Copyright © 2016–2023 by the GNU Guix community.")))))
 
 (define (status-class status)
   (cond

Reply via email to