diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2018-10-29 22:01:28 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2018-12-03 22:53:38 +0100 |
| commit | 88093d1a3db68b68e24e882fd2083505b5c8a0b8 (patch) | |
| tree | d8e8713db65afc40c537abda560e86527cd1ede8 /website/apps | |
| parent | website: packaging-tutorial: Fix typos. (diff) | |
| download | guix-artwork-88093d1a3db68b68e24e882fd2083505b5c8a0b8.tar.gz | |
website: data: Add info-guix@gnu.org.
* website/apps/base/data.scm (contact-media): Add "info-guix".
Diffstat (limited to 'website/apps')
| -rw-r--r-- | website/apps/base/data.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/website/apps/base/data.scm b/website/apps/base/data.scm index a828009..b6e9361 100644 --- a/website/apps/base/data.scm +++ b/website/apps/base/data.scm @@ -27,6 +27,15 @@ #:log "https://gnunet.org/bot/log/guix/") (contact + #:name "Info Mailing List" + #:description + '(p "Subscribe to the " (code "info-guix") " low-traffic mailing +list to receive important announcements sent by the project maintainers (in +English).") + #:url "https://lists.gnu.org/mailman/listinfo/info-guix" + #:log "https://lists.gnu.org/archive/html/info-guix") + + (contact #:name "Help Mailing List" #:description `(("de" |
