[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: Bump the copyright date in the footer
From: |
Christopher Baines |
Subject: |
06/06: Bump the copyright date in the footer |
Date: |
Sat, 3 Oct 2020 16:43:19 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository data-service.
commit 55eaaaeeac0e20c1002a13b7c332c8c6b32f2121
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Oct 3 21:42:18 2020 +0100
Bump the copyright date in the footer
Later is better than never...
---
guix-data-service/web/view/html.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix-data-service/web/view/html.scm
b/guix-data-service/web/view/html.scm
index 8ad0f39..70893c4 100644
--- a/guix-data-service/web/view/html.scm
+++ b/guix-data-service/web/view/html.scm
@@ -94,7 +94,7 @@
(body (a (@ (id "top")))
,@body
(footer
- (p "Copyright © 2016—2019 by the GNU Guix community."
+ (p "Copyright © 2016—2020 by the GNU Guix community."
(br)
"Now with even more " (span (@ (class "lambda")) "λ") "! ")
(p "This is free software. Download the "
- branch master updated (470573b -> 55eaaae), Christopher Baines, 2020/10/03
- 01/06: Extract out opening PostgreSQL connections, Christopher Baines, 2020/10/03
- 02/06: Add some utilities to work with PostgreSQL connections in threads, Christopher Baines, 2020/10/03
- 03/06: Stop opening a PostgreSQL connection per request, Christopher Baines, 2020/10/03
- 05/06: Completely rework the way db connections are handled during requests, Christopher Baines, 2020/10/03
- 04/06: Rework the shortlived PostgreSQL specific connection channel, Christopher Baines, 2020/10/03
- 06/06: Bump the copyright date in the footer,
Christopher Baines <=