diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-05-10 01:15:04 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-05-10 01:15:04 +0200 |
commit | a4007c9852f637669b02c6956e568e45ac775924 (patch) | |
tree | b39792c13337252262af2f9473318ecb0b3d3d91 /guix | |
parent | dd9afe64b51aefb38e35e39b1f5ac8196cb70d21 (diff) |
gnu-maintenance: Add GnuTLS FTP server.
* guix/gnu-maintenance.scm (ftp-server/directory)[quirks]: Add GnuTLS.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/gnu-maintenance.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/gnu-maintenance.scm b/guix/gnu-maintenance.scm index 96b0a57a5c..e39094db72 100644 --- a/guix/gnu-maintenance.scm +++ b/guix/gnu-maintenance.scm @@ -212,6 +212,7 @@ stored." ("icecat" "ftp.gnu.org" "/gnu/gnuzilla") ("source-highlight" "ftp.gnu.org" "/gnu/src-highlite") ("glib" "ftp.gnome.org" "/pub/gnome/sources/glib") + ("gnutls" "ftp.gnutls.org" "/gcrypt/gnutls") ("TeXmacs" "ftp.texmacs.org" "/TeXmacs/targz"))) (match (assoc project quirks) |