~ruther/guix-local

6a540995fbc1779cfcade0bf6fe67c65d0df6304 — John Darrington 9 years ago 4af1876
gnu: libnfsidmap: Correct punctuation

* gnu/packages/linux.scm (libnfsidmap)[description]: Replace semicolon with colon.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +1 -1
@@ 218,7 218,7 @@
     "NFSv4 support library for name/ID mapping")
    (description "Libnfsidmap is a library holding mulitiple methods of
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}.")
    (license (license:non-copyleft "file://COPYING"
                                   "See COPYING in the distribution."))))