From 31740434e7d8ab3831459bdce99b27cf01765635 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Thu, 29 Nov 2018 22:06:58 -0500 Subject: [PATCH] libsignon-glib: use double quotes for description --- pkgs/development/libraries/libsignon-glib/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/libraries/libsignon-glib/default.nix b/pkgs/development/libraries/libsignon-glib/default.nix index 2e5162dda00..32e58dcac4b 100644 --- a/pkgs/development/libraries/libsignon-glib/default.nix +++ b/pkgs/development/libraries/libsignon-glib/default.nix @@ -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 ];