diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-05-02 13:07:50 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-02 13:07:50 +0200 |
| commit | 4dd2662d8b81772484c42cacabb45094da4b5ef3 (patch) | |
| tree | 697d78a3e6ea93243c98682a1b565f0e2a53ad19 | |
| parent | website: Change download URLs to ftp.gnu.org. (diff) | |
| download | guix-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.scm | 10 |
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-" |
