mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: nginx-documentation: Fix typo in synopsis.
* gnu/packages/web.scm (nginx-documentation)[synopis]: Add missing article.
This commit is contained in:
parent
53ae35e443
commit
684ca67dd9
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ (define-public nginx-documentation
|
|||
("libxslt" ,libxslt)
|
||||
("nginx-xslscript" ,nginx-xslscript)))
|
||||
(home-page "https://nginx.org")
|
||||
(synopsis "Documentation for nginx web server")
|
||||
(synopsis "Documentation for the nginx web server")
|
||||
(description
|
||||
"This package provides HTML documentation for the nginx web server.")
|
||||
(license l:bsd-2))))
|
||||
|
|
Loading…
Reference in a new issue