gnu: nss-mdns: Improve synopsis and description.

* gnu/packages/avahi.scm (nss-mdns)[synopis, description]: Edit to
appease ‘guix lint’ and, I hope, be a bit more clear.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-25 06:45:29 +01:00
parent 4525e7c7f4
commit e80611c455
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -93,10 +93,10 @@ (define-public nss-mdns
;; appropriately. ;; appropriately.
'(#:configure-flags '("--localstatedir=/var"))) '(#:configure-flags '("--localstatedir=/var")))
(home-page "https://github.com/lathiat/nss-mdns") (home-page "https://github.com/lathiat/nss-mdns")
(synopsis "The mDNS Name Service Switch (NSS) plug-in") (synopsis "Multicast DNS Name Service Switch (@dfn{NSS}) plug-in")
(description (description
"Nss-mdns is a plug-in for the Name Service Switch (NSS) functionality "Nss-mdns is a plug-in for the GNU C Library's Name Service Switch
of the GNU C Library, providing host name resolution via Multicast DNS (mDNS). (@dfn{NSS}) that resolves host names via multicast DNS (@dfn{mDNS}). It is
It allows for name resolution by programs in the ad-hoc mDNS domain most often used in home and other small networks without a local name server,
'.local'.") to resolve host names in the @samp{.local} top-level domain.")
(license lgpl2.1+))) (license lgpl2.1+)))