libsignon-glib: use double quotes for description
This commit is contained in:
parent
40e234d2ae
commit
31740434e7
@ -43,9 +43,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = ''
|
description = "A library for managing single signon credentials which can be used from GLib applications";
|
||||||
A library for managing single signon credentials which can be used from GLib applications
|
|
||||||
'';
|
|
||||||
homepage = https://gitlab.com/accounts-sso/libsignon-glib;
|
homepage = https://gitlab.com/accounts-sso/libsignon-glib;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
maintainers = with maintainers; [ worldofpeace ];
|
maintainers = with maintainers; [ worldofpeace ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user