aboutsummaryrefslogtreecommitdiff
path: root/guix/ui.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-01-01 01:26:15 -0500
committerLeo Famulari <leo@famulari.name>2022-01-01 02:02:44 -0500
commit806a4e986d95a31cf09588cf10d1b9dae28a3d5e (patch)
tree1f53851cc43b6e639540647cf7303ed63260d9ed /guix/ui.scm
parent77fc94ef1fbd2f43706a4a0374cc07265629bfa3 (diff)
downloadguix-806a4e986d95a31cf09588cf10d1b9dae28a3d5e.tar
guix-806a4e986d95a31cf09588cf10d1b9dae28a3d5e.tar.gz
ui: It's 2022!
Happy new year! * guix/ui.scm (show-version-and-exit): Change the year to 2022.
Diffstat (limited to 'guix/ui.scm')
-rw-r--r--guix/ui.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/ui.scm b/guix/ui.scm
index bd999103ff..251a3a4ab9 100644
--- a/guix/ui.scm
+++ b/guix/ui.scm
@@ -521,7 +521,7 @@ See the \"Application Setup\" section in the manual, for more info.\n"))
"Display version information for COMMAND and `(exit 0)'."
(simple-format #t "~a (~a) ~a~%"
command %guix-package-name %guix-version)
- (format #t "Copyright ~a 2021 ~a"
+ (format #t "Copyright ~a 2022 ~a"
;; TRANSLATORS: Translate "(C)" to the copyright symbol
;; (C-in-a-circle), if this symbol is available in the user's
;; locale. Otherwise, do not translate "(C)"; leave it as-is. */