diff options
author | ng0 <contact.ng0@cryptolab.net> | 2017-03-09 21:46:13 +0000 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-03-09 19:42:16 -0500 |
commit | d4f6f78ea35741a617aab161b7afe3893e90a996 (patch) | |
tree | 4a653ca34abde0fae32e915822a02e88bb3fde64 /gnu/packages/web.scm | |
parent | f2a7ce5033390e5a7b5faa8218010c4fd05ace1f (diff) | |
download | guix-d4f6f78ea35741a617aab161b7afe3893e90a996.tar guix-d4f6f78ea35741a617aab161b7afe3893e90a996.tar.gz |
gnu: hiawatha: Adjust description.
* gnu/packages/web.scm (hiawatha)[description]: Adjust it.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index dab30df13d..a0e76d52c4 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -4459,10 +4459,9 @@ functions of Tidy.") (home-page "https://www.hiawatha-webserver.org") (synopsis "Webserver with focus on security") (description - "Hiawatha has been written with security in mind. This resulted in a -highly secure webserver in both code and features. Hiawatha can stop SQL -injections, XSS and CSRF attacks and exploit attempts. Via a specially -crafted monitoring tool, you can keep track of all your webservers.") + "Hiawatha has been written with security in mind. +Features include the ability to stop SQL injections, XSS and CSRF attacks and +exploit attempts.") (license l:gpl2))) (define-public qutebrowser |