guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: ui: It's 2022!


From: guix-commits
Subject: branch master updated: ui: It's 2022!
Date: Sat, 01 Jan 2022 02:03:09 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 806a4e986d ui: It's 2022!
806a4e986d is described below

commit 806a4e986d95a31cf09588cf10d1b9dae28a3d5e
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Jan 1 01:26:15 2022 -0500

    ui: It's 2022!
    
    Happy new year!
    
    * guix/ui.scm (show-version-and-exit): Change the year to 2022.
---
 guix/ui.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]