summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-05-02 13:07:50 +0200
committerLudovic Courtès <ludo@gnu.org>2019-05-02 13:07:50 +0200
commit4dd2662d8b81772484c42cacabb45094da4b5ef3 (patch)
tree697d78a3e6ea93243c98682a1b565f0e2a53ad19
parentwebsite: Change download URLs to ftp.gnu.org. (diff)
downloadguix-artwork-4dd2662d8b81772484c42cacabb45094da4b5ef3.tar.gz
website: download: Remove scary warning about being beta.
* website/apps/download/data.scm (system-downloads): Remove warning message box.
-rw-r--r--website/apps/download/data.scm10
1 files changed, 0 insertions, 10 deletions
diff --git a/website/apps/download/data.scm b/website/apps/download/data.scm
index 5f10262..8e432db 100644
--- a/website/apps/download/data.scm
+++ b/website/apps/download/data.scm
@@ -19,16 +19,6 @@
#:title (string-append "GNU Guix System " (latest-guix-version))
#:description
`(div
- (div
- (@ (class "message-box msg-info"))
- (span (@ (class "msg-label")) "Note ")
- "The Guix System distribution is beta software, "
- "which means it is "
- (a
- (@ (href ,(manual-url "Limitations.html")))
- "not production-ready")
- ". But you can "
- (a (@ (href ,(guix-url "contribute"))) "help") "!")
(p "USB/DVD ISO installer of the standalone Guix System."))
#:image (guix-url "static/base/img/GuixSD-package.png")
#:base-url (string-append "https://ftp.gnu.org/gnu/guix/guix-system-install-"