guix-commits
[Top][All Lists]
Advanced

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

01/01: website: Change "alpha" to "beta" on the front page.


From: Ludovic Courtès
Subject: 01/01: website: Change "alpha" to "beta" on the front page.
Date: Thu, 07 Jan 2016 16:34:47 +0000

civodul pushed a commit to branch master
in repository guix-artwork.

commit f249aacd9adacc7a6266eb3cf34dca7682ae603d
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jan 7 17:34:10 2016 +0100

    website: Change "alpha" to "beta" on the front page.
    
    * website/www.scm (main-page): Change "alpha" to "beta".
---
 website/www.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/www.scm b/website/www.scm
index cae813b..5efc888 100644
--- a/website/www.scm
+++ b/website/www.scm
@@ -1,5 +1,5 @@
 ;;; GuixSD website --- GNU's advanced distro website
-;;; Copyright © 2015 Ludovic Courtès <address@hidden>
+;;; Copyright © 2015, 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015 Mathieu Lirzin <address@hidden>
 ;;; Initially written by Luis Felipe López Acevedo <address@hidden>
 ;;; who waives all copyright interest on this file.
@@ -200,7 +200,7 @@ domain-specific languages (EDSLs) to "
                         (div (@ (class "featured-actions"))
                              (a (@ (href ,(base-url "download"))
                                    (class "action download"))
-                                "TEST v" ,(latest-guix-version) " (alpha)")
+                                "TEST v" ,(latest-guix-version) " (beta)")
                              (a (@ (href ,(base-url "contribute"))
                                    (class "action contribute"))
                                 "CONTRIBUTE"))))



reply via email to

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