gnu: libnfsidmap: Correct punctuation

* gnu/packages/linux.scm (libnfsidmap)[description]: Replace semicolon with colon.
This commit is contained in:
John Darrington 2016-08-30 18:32:08 +02:00
parent 4af1876ebf
commit 6a540995fb
No known key found for this signature in database
GPG Key ID: 8A67719C2DE827B3
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@
"NFSv4 support library for name/ID mapping") "NFSv4 support library for name/ID mapping")
(description "Libnfsidmap is a library holding mulitiple methods of (description "Libnfsidmap is a library holding mulitiple methods of
mapping names to ids and visa versa, mainly for NFSv4. It provides an mapping names to ids and visa versa, mainly for NFSv4. It provides an
extensible array of mapping functions, currently consisting of two choices; extensible array of mapping functions, currently consisting of two choices:
the default @code{nsswitch} and the experimental @code{umich_ldap}.") the default @code{nsswitch} and the experimental @code{umich_ldap}.")
(license (license:non-copyleft "file://COPYING" (license (license:non-copyleft "file://COPYING"
"See COPYING in the distribution.")))) "See COPYING in the distribution."))))