summaryrefslogtreecommitdiff
path: root/gnu/packages/sssd.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-10-25 15:32:07 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-10-25 18:13:08 +0200
commit65808ba4eccf59f07b72bf68c90d256d01dde80f (patch)
treea57243ea71a616f03da09ea5150366f32df0af5a /gnu/packages/sssd.scm
parent06c13046525fc1068625eda0efe588c121002a90 (diff)
downloadguix-patches-65808ba4eccf59f07b72bf68c90d256d01dde80f.tar
guix-patches-65808ba4eccf59f07b72bf68c90d256d01dde80f.tar.gz
gnu: sssd: Add missing word to description.
* gnu/packages/sssd.scm (sssd)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/sssd.scm')
-rw-r--r--gnu/packages/sssd.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/sssd.scm b/gnu/packages/sssd.scm
index 42ee8d64aa..95811d612b 100644
--- a/gnu/packages/sssd.scm
+++ b/gnu/packages/sssd.scm
@@ -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+)))