ui: It's 2022!
Happy new year! * guix/ui.scm (show-version-and-exit): Change the year to 2022.
This commit is contained in:
parent
77fc94ef1f
commit
806a4e986d
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue