diff options
author | Alex Kost <alezost@gmail.com> | 2015-07-16 12:14:13 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-07-18 13:05:01 +0300 |
commit | 7c125ce02384cff462a3ed84ac77153921e1c2a5 (patch) | |
tree | 665f7ee9f7e11b50490f62acefaceab3fc533992 /gnu/packages/curl.scm | |
parent | 01bec8a61d537d9f432aeb17cc299c3976f85656 (diff) | |
download | guix-7c125ce02384cff462a3ed84ac77153921e1c2a5.tar guix-7c125ce02384cff462a3ed84ac77153921e1c2a5.tar.gz |
gnu packages: Avoid description lines with leading "(".
* gnu/packages/curl.scm (curl): Reformat description to avoid a line
beginning with "(" because such lines break font-lock highlighting
in Emacs.
* gnu/packages/flashing-tools.scm (dfu-programmer): Likewise.
* gnu/packages/games.scm (gnugo): Likewise.
* gnu/packages/gnome.scm (json-glib): Likewise.
* gnu/packages/image.scm (jbig2dec): Likewise.
* gnu/packages/maths.scm (units): Likewise.
* gnu/packages/pdf.scm (mupdf): Likewise.
* gnu/packages/web.scm (perl-encode-locale): Likewise.
* gnu/packages/wordnet.scm (wordnet): Likewise.
* gnu/packages/xml.scm (libxml2):Likewise.
Diffstat (limited to 'gnu/packages/curl.scm')
-rw-r--r-- | gnu/packages/curl.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm index f5cb503f8d..201bdf8443 100644 --- a/gnu/packages/curl.scm +++ b/gnu/packages/curl.scm @@ -102,10 +102,10 @@ "curl is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP. -curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, -HTTP form based upload, proxies, cookies, user+password authentication -(Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, -proxy tunneling, and so on") +curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP +form based upload, proxies, cookies, file transfer resume, user+password +authentication (Basic, Digest, NTLM, Negotiate, kerberos...), proxy +tunneling, and so on.") (license (license:non-copyleft "file://COPYING" - "See COPYING in the distribution.")) + "See COPYING in the distribution.")) (home-page "http://curl.haxx.se/"))) |