guix-commits
[Top][All Lists]
Advanced

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

01/01: website: packages: Fix typo in GNU head URL.


From: Ludovic Courtès
Subject: 01/01: website: packages: Fix typo in GNU head URL.
Date: Thu, 18 Jun 2015 09:37:06 +0000

civodul pushed a commit to branch master
in repository guix-artwork.

commit 6e7d167514fd10a14eb100605e14850daa2432db
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jun 18 11:36:31 2015 +0200

    website: packages: Fix typo in GNU head URL.
    
    * website/www/packages.scm (package->sxml): Remove leading slash in
      'gnu-head-mini.png' URL.
---
 website/www/packages.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/website/www/packages.scm b/website/www/packages.scm
index f0db089..1a12b15 100644
--- a/website/www/packages.scm
+++ b/website/www/packages.scm
@@ -184,7 +184,7 @@ description-ids as formal parameters."
 
     (let ((description-ids (cons description-id description-ids)))
       `(tr (td ,(if (gnu-package? package)
-                    `(img (@ (src ,(gnu-url "/graphics/gnu-head-mini.png"))
+                    `(img (@ (src ,(gnu-url "graphics/gnu-head-mini.png"))
                              (alt "Part of GNU")
                              (title "Part of GNU")))
                     ""))



reply via email to

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