~ruther/guix-local

65808ba4eccf59f07b72bf68c90d256d01dde80f — Tobias Geerinckx-Rice 8 years ago 06c1304
gnu: sssd: Add missing word to description.

* gnu/packages/sssd.scm (sssd)[description]: Fix typo.
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/sssd.scm
M gnu/packages/sssd.scm => gnu/packages/sssd.scm +3 -3
@@ 169,7 169,7 @@ fundamental object types for C.")
    (description "SSSD is a system daemon.  Its primary function is to provide
access to identity and authentication remote resource through a common
framework that can provide caching and offline support to the system.  It
provides PAM and NSS modules, and in the future will D-BUS based interfaces
for extended user information.  It also provides a better database to store
local users as well as extended user data.")
provides PAM and NSS modules, and in the future will support D-BUS based
interfaces for extended user information.  It also provides a better database
to store local users as well as extended user data.")
    (license license:gpl3+)))