gnu: varnish-modules: Update description.

* gnu/packages/web.scm (varnish-modules)[description]: Use @acronym instead of
@dfn.
This commit is contained in:
Marius Bakke 2020-05-20 20:06:29 +02:00 committed by Marius Bakke
parent 4dd8677f7b
commit 453e66d777
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5704,7 +5704,7 @@ (define-public varnish-modules
(synopsis "Collection of Varnish modules") (synopsis "Collection of Varnish modules")
(description (description
"This package provides a collection of modules (@dfn{vmods}) for the Varnish "This package provides a collection of modules (@dfn{vmods}) for the Varnish
cache server, extending the @dfn{Varnish Configuration Language} (VCL) with cache server, extending the @acronym{VCL, Varnish Configuration Language} with
additional capabilities.") additional capabilities.")
(license license:bsd-2))) (license license:bsd-2)))