libsignon-glib: use double quotes for description

This commit is contained in:
worldofpeace 2018-11-29 22:06:58 -05:00
parent 40e234d2ae
commit 31740434e7

@ -43,9 +43,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = ''
A library for managing single signon credentials which can be used from GLib applications
'';
description = "A library for managing single signon credentials which can be used from GLib applications";
homepage = https://gitlab.com/accounts-sso/libsignon-glib;
license = licenses.lgpl21;
maintainers = with maintainers; [ worldofpeace ];