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

commit d7cb4f1d7cf390c48ee51e7d93119032eda7b181
Author: Ludovic Courtès <[email protected]>
Date:   Wed Feb 8 17:59:46 2017 +0100

    website: packages: Lower-case "updated".
    
    * website/www/packages.scm (issues-page, reproducibility-page):
    Lower-case "updated".
---
 website/www/packages.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/www/packages.scm b/website/www/packages.scm
index f13d78b..91784ec 100644
--- a/website/www/packages.scm
+++ b/website/www/packages.scm
@@ -701,7 +701,7 @@ and PAGE is the corresponding SXML."
          (a
           (@ (href ,(base-url "manual/html_node/Invoking-guix-lint.html")))
           (code "guix lint")) " ("
-          "Updated " ,(date->string (current-date) "~B ~e, ~Y") ").")
+          "updated " ,(date->string (current-date) "~B ~e, ~Y") ").")
 
        ,(packages->issue-sxml (all-packages) #:checkers checkers)))
 
@@ -727,7 +727,7 @@ and PAGE is the corresponding SXML."
           (@ (href ,(base-url 
"manual/html_node/Invoking-guix-challenge.html")))
           (code "guix challenge")) " comparing two independent "
            "build machines ("
-           "Updated " ,(date->string (current-date) "~B ~e, ~Y") ").")
+           "updated " ,(date->string (current-date) "~B ~e, ~Y") ").")
 
        ,(parameterize ((%graft? #f))
           (with-store store

Reply via email to