diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-01-07 17:34:10 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-01-07 17:34:10 +0100 |
commit | f249aacd9adacc7a6266eb3cf34dca7682ae603d (patch) | |
tree | 85e231559c4d6df40dbe6a6c7719bf1a95b2020c /website | |
parent | 60b334d508bb6a191ad13f8a717438b6133517b8 (diff) | |
download | guix-artwork-f249aacd9adacc7a6266eb3cf34dca7682ae603d.tar guix-artwork-f249aacd9adacc7a6266eb3cf34dca7682ae603d.tar.gz |
website: Change "alpha" to "beta" on the front page.
* website/www.scm (main-page): Change "alpha" to "beta".
Diffstat (limited to 'website')
-rw-r--r-- | 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 <ludo@gnu.org> +;;; Copyright © 2015, 2016 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org> ;;; Initially written by Luis Felipe López Acevedo <felipe.lopez@openmailbox.org> ;;; 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")))) |