guix-commits
[Top][All Lists]
Advanced

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

01/01: list-packages: Use GuixSD logo and name.


From: Ludovic Courtès
Subject: 01/01: list-packages: Use GuixSD logo and name.
Date: Fri, 06 Mar 2015 13:39:26 +0000

civodul pushed a commit to branch master
in repository guix.

commit 36a1eec50acaaa132b09f19278d12719da4dd5c3
Author: Ludovic Courtès <address@hidden>
Date:   Fri Mar 6 13:58:06 2015 +0100

    list-packages: Use GuixSD logo and name.
    
    * build-aux/list-packages.scm (packages->sxml): Change to use
      GuixSD-V.png and use the name "Guix System Distribution".
---
 build-aux/list-packages.scm |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/build-aux/list-packages.scm b/build-aux/list-packages.scm
index c55e84a..f3e4ac2 100755
--- a/build-aux/list-packages.scm
+++ b/build-aux/list-packages.scm
@@ -4,7 +4,7 @@ exec guile -l "$0"                              \
              (cdr (command-line)))'
 !#
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2013 Alex Sassmannshausen <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -242,14 +242,13 @@ description-ids as formal parameters."
     (h2 "GNU Guix Package List")
     (div (@ (id "intro"))
          (div
-          (img (@ (src "graphics/guix-logo.small.png")
-                  (alt "GNU Guix and the GNU System")
+          (img (@ (src "graphics/GuixSD-V.png")
+                  (alt "Guix System Distribution")
                   (height "83"))))
          (p "This web page lists the packages currently provided by the "
             (a (@ (href "manual/guix.html#GNU-Distribution"))
-               "GNU system distribution")
-            " of "
-            (a (@ (href "/software/guix/guix.html")) "GNU Guix") ".  "
+               "Guix System Distribution")
+            ".  "
             "Our " (a (@ (href "http://hydra.gnu.org/jobset/gnu/master";))
                       "continuous integration system")
             " shows their current build status."))



reply via email to

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