ui: It's 2022!

Happy new year!

* guix/ui.scm (show-version-and-exit): Change the year to 2022.
This commit is contained in:
Leo Famulari 2022-01-01 01:26:15 -05:00
parent 77fc94ef1f
commit 806a4e986d
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -521,7 +521,7 @@ (define* (show-version-and-exit #:optional (command (car (command-line))))
"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. */