Archived
1
0
Fork 0

gnu: nginx-documentation: Fix typo in synopsis.

* gnu/packages/web.scm (nginx-documentation)[synopis]: Add missing article.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-27 02:02:35 +00:00
parent 53ae35e443
commit 684ca67dd9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -356,7 +356,7 @@ documentation.")
("libxslt" ,libxslt) ("libxslt" ,libxslt)
("nginx-xslscript" ,nginx-xslscript))) ("nginx-xslscript" ,nginx-xslscript)))
(home-page "https://nginx.org") (home-page "https://nginx.org")
(synopsis "Documentation for nginx web server") (synopsis "Documentation for the nginx web server")
(description (description
"This package provides HTML documentation for the nginx web server.") "This package provides HTML documentation for the nginx web server.")
(license l:bsd-2)))) (license l:bsd-2))))