mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: fcgi: Fix typo in description.
* gnu/packages/web.scm (fcgi)[description]: Fix typo.
This commit is contained in:
parent
d1b5043947
commit
5ade9bc769
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ (define-public fcgi
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue