guix-commits
[Top][All Lists]
Advanced

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

02/02: website: contact: Add maintainers.


From: Ludovic Courtès
Subject: 02/02: website: contact: Add maintainers.
Date: Thu, 25 Mar 2021 17:15:54 -0400 (EDT)

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

commit c0031176f5956228993da0cbc5dcb3a6ad803183
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Mar 25 22:15:32 2021 +0100

    website: contact: Add maintainers.
    
    * website/apps/base/data.scm (contact-media): Add "Maintainers".
---
 website/apps/base/data.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/website/apps/base/data.scm b/website/apps/base/data.scm
index 7c6cbed..c0971fe 100644
--- a/website/apps/base/data.scm
+++ b/website/apps/base/data.scm
@@ -208,6 +208,17 @@ het Nederlands.")
     #:url "https://lists.gnu.org/mailman/listinfo/guix-sysadmin";
     #:log "")
 
+   (contact
+    #:name (G_ "Maintainers")
+    #:description
+    (G_
+     `(p
+       "Private alias to reach the "
+       ,(G_ `(a (@ (href ,(guix-url "about/"))) "maintainer collective"))
+       ".  This should generally not be used to discuss technical issues."))
+    #:url (guix-url "about/")
+    #:log "")
+
 
    ;; Non-Guix lists.
 



reply via email to

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