diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-11 21:09:49 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-12 03:25:48 +0100 |
commit | 5ade9bc76932b69930a5f0467ef5356d33b762d3 (patch) | |
tree | 3e3c3ca5f8c8344655e007c90abdfdd637caf5b7 /gnu/packages/web.scm | |
parent | d1b5043947551db577f22b6adeb2831357408a65 (diff) | |
download | gnu-guix-5ade9bc76932b69930a5f0467ef5356d33b762d3.tar gnu-guix-5ade9bc76932b69930a5f0467ef5356d33b762d3.tar.gz |
gnu: fcgi: Fix typo in description.
* gnu/packages/web.scm (fcgi)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 170793de2c..6a90868467 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -350,7 +350,7 @@ documentation.") ;; This is an archived fork of the original home page, www.fastcgi.com. (home-page "https://fastcgi-archives.github.io/") (synopsis "Language-independent, high-performant extension to CGI") - (description "FastCGI is a language independent, scalable extension to CGI + (description "FastCGI is a language-independent, scalable extension to CGI that provides high performance without the limitations of server specific APIs.") ;; This package is released under the Open Market License, a variant of |