guix-commits
[Top][All Lists]
Advanced

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

03/03: website: about: Add link to security page.


From: Ludovic Courtès
Subject: 03/03: website: about: Add link to security page.
Date: Thu, 29 Sep 2016 14:40:07 +0000 (UTC)

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

commit d25d352aa3b498e854a65989502973f5c27d039a
Author: Ludovic Courtès <address@hidden>
Date:   Thu Sep 29 15:39:13 2016 +0200

    website: about: Add link to security page.
    
    * website/www/about.scm (about-page): Add link to security page.
---
 website/www/about.scm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/website/www/about.scm b/website/www/about.scm
index f024db3..38f3a1e 100644
--- a/website/www/about.scm
+++ b/website/www/about.scm
@@ -159,7 +159,9 @@ Distribution.  Messages sent to this list populate the "
                      (b "guix-security"))
                   (br)
                    "This is a private mailing list that anyone can post to "
-                   "to " (b "report security issues") " in Guix itself or in "
+                   "to " (a (@ (href ,(base-url "security")))
+                            "report security issues")
+                   " in Guix itself or in "
                    "the " (a (@ (href ,(base-url "packages"))) "packages")
                    " it provides.  Posting here allows Guix developers to "
                    "address the problem before it is widely publicized.")



reply via email to

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