summary refs log tree commit diff
path: root/pkgs/development/libraries/msgpuck/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/msgpuck/default.nix')
-rw-r--r--pkgs/development/libraries/msgpuck/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/msgpuck/default.nix b/pkgs/development/libraries/msgpuck/default.nix
index e65b7453dc3e6..53fb3bec908c9 100644
--- a/pkgs/development/libraries/msgpuck/default.nix
+++ b/pkgs/development/libraries/msgpuck/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ cmake pkg-config ];
 
   meta = with lib; {
-     description = ''A simple and efficient MsgPack binary serialization library in a self-contained header file'';
+     description = "A simple and efficient MsgPack binary serialization library in a self-contained header file";
      homepage = "https://github.com/rtsisyk/msgpuck";
      license = licenses.bsd2;
      platforms = platforms.linux;