summary refs log tree commit diff
path: root/pkgs/development/libraries/msgpuck
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/msgpuck')
-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 0ce4870272c..26066f1194f 100644
--- a/pkgs/development/libraries/msgpuck/default.nix
+++ b/pkgs/development/libraries/msgpuck/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
      description = ''A simple and efficient MsgPack binary serialization library in a self-contained header file'';
-     homepage = https://github.com/rtsisyk/msgpuck;
+     homepage = "https://github.com/rtsisyk/msgpuck";
      license = licenses.bsd2;
      platforms = platforms.linux;
      maintainers = with maintainers; [ izorkin ];