gnu: libnfsidmap: Correct punctuation
* gnu/packages/linux.scm (libnfsidmap)[description]: Replace semicolon with colon.
This commit is contained in:
parent
4af1876ebf
commit
6a540995fb
|
@ -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."))))
|
||||||
|
|
Loading…
Reference in New Issue