summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-11-29 22:06:58 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-11-30 13:46:21 -0500
commit31740434e7d8ab3831459bdce99b27cf01765635 (patch)
tree89db334ad2dd7b1fbe58af3cf2ff011645e7597f /pkgs
parent40e234d2ae01b9bd2f6eabe5b49ad3b4ea000faf (diff)
downloadnixpkgs-31740434e7d8ab3831459bdce99b27cf01765635.tar
nixpkgs-31740434e7d8ab3831459bdce99b27cf01765635.tar.gz
nixpkgs-31740434e7d8ab3831459bdce99b27cf01765635.tar.bz2
nixpkgs-31740434e7d8ab3831459bdce99b27cf01765635.tar.lz
nixpkgs-31740434e7d8ab3831459bdce99b27cf01765635.tar.xz
nixpkgs-31740434e7d8ab3831459bdce99b27cf01765635.tar.zst
nixpkgs-31740434e7d8ab3831459bdce99b27cf01765635.zip
libsignon-glib: use double quotes for description
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/libsignon-glib/default.nix4
1 files changed, 1 insertions, 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 ];