diff options
-rw-r--r-- | website/www.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/www.scm b/website/www.scm index 0babe92..365f9c2 100644 --- a/website/www.scm +++ b/website/www.scm @@ -158,7 +158,7 @@ domain-specific languages (EDSLs) to " (div (@ (class "featured-actions")) (a (@ (href ,(base-url "download")) (class "action download")) - "TEST v" ,(latest-guix-version) " (beta)") + "DOWNLOAD v" ,(latest-guix-version)) (a (@ (href ,(base-url "contribute")) (class "action contribute")) "CONTRIBUTE")))) |