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".
This commit is contained in:
Ludovic Courtès 2015-03-06 13:58:06 +01:00
parent f195b36602
commit 36a1eec50a
1 changed files with 5 additions and 6 deletions

View File

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