gsignondPlugins.oauth: correct description
This commit is contained in:
parent
f5d2cb0170
commit
214ac4bf72
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||||||
PKG_CONFIG_GSIGNOND_GPLUGINSDIR = "${placeholder "out"}/lib/gsignond/gplugins";
|
PKG_CONFIG_GSIGNOND_GPLUGINSDIR = "${placeholder "out"}/lib/gsignond/gplugins";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Plugin for the Accounts-SSO gSignOn daemon that handles the OAuth 1.0 and 2.0 authentication protocols.";
|
description = "Plugin for the Accounts-SSO gSignOn daemon that handles the OAuth 1.0 and 2.0 authentication protocols";
|
||||||
homepage = https://gitlab.com/accounts-sso/gsignond-plugin-oa;
|
homepage = https://gitlab.com/accounts-sso/gsignond-plugin-oa;
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
maintainers = with maintainers; [ worldofpeace ];
|
maintainers = with maintainers; [ worldofpeace ];
|
||||||
|
Loading…
Reference in New Issue
Block a user