gnu: sssd: Add missing word to description.

* gnu/packages/sssd.scm (sssd)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2017-10-25 15:32:07 +02:00
parent 06c1304652
commit 65808ba4ec
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -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+)))