forked from mirrors/nixpkgs
gsignondPlugins.mail: correct description
This commit is contained in:
parent
66a8c69134
commit
f5d2cb0170
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue