summary refs log tree commit diff
path: root/pkgs/development/libraries/gsignond
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-11-29 22:05:25 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-11-30 13:46:20 -0500
commitf5d2cb01701f63ba3777b6be402d33b9fcaa23ec (patch)
treeafff503908508ddd28c7bcd932d8bb6fadbc4d69 /pkgs/development/libraries/gsignond
parent66a8c691344e5aabda2f9d0693e8cf748d49e5fc (diff)
downloadnixpkgs-f5d2cb01701f63ba3777b6be402d33b9fcaa23ec.tar
nixpkgs-f5d2cb01701f63ba3777b6be402d33b9fcaa23ec.tar.gz
nixpkgs-f5d2cb01701f63ba3777b6be402d33b9fcaa23ec.tar.bz2
nixpkgs-f5d2cb01701f63ba3777b6be402d33b9fcaa23ec.tar.lz
nixpkgs-f5d2cb01701f63ba3777b6be402d33b9fcaa23ec.tar.xz
nixpkgs-f5d2cb01701f63ba3777b6be402d33b9fcaa23ec.tar.zst
nixpkgs-f5d2cb01701f63ba3777b6be402d33b9fcaa23ec.zip
gsignondPlugins.mail: correct description
Diffstat (limited to 'pkgs/development/libraries/gsignond')
-rw-r--r--pkgs/development/libraries/gsignond/plugins/mail.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gsignond/plugins/mail.nix b/pkgs/development/libraries/gsignond/plugins/mail.nix
index f0cc27105a1..165c90b303a 100644
--- a/pkgs/development/libraries/gsignond/plugins/mail.nix
+++ b/pkgs/development/libraries/gsignond/plugins/mail.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
   PKG_CONFIG_GSIGNOND_GPLUGINSDIR = "${placeholder "out"}/lib/gsignond/gplugins";
 
   meta = with stdenv.lib; {
-    description = "Plugin for the Accounts-SSO gSignOn daemon that handles the E-Mail credentials.";
+    description = "Plugin for the Accounts-SSO gSignOn daemon that handles E-Mail credentials";
     homepage = https://gitlab.com/accounts-sso/gsignond-plugin-mail;
     license = licenses.lgpl21Plus;
     maintainers = with maintainers; [ worldofpeace ];