mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: nginx: Fix typo in description.
* gnu/packages/web.scm (nginx)[description]: Add hyphen.
This commit is contained in:
parent
6d286d8204
commit
e43e1c1f23
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ (define-public nginx
|
|||
(synopsis "HTTP and reverse proxy server")
|
||||
(description
|
||||
"Nginx (\"engine X\") is a high-performance web and reverse proxy server
|
||||
created by Igor Sysoev. It can be used both as a standalone web server
|
||||
created by Igor Sysoev. It can be used both as a stand-alone web server
|
||||
and as a proxy to reduce the load on back-end HTTP or mail servers.")
|
||||
;; Almost all of nginx is distributed under the bsd-2 license.
|
||||
;; The exceptions are:
|
||||
|
|
Loading…
Reference in a new issue