summary refs log tree commit diff
path: root/pkgs/tools/compression/lzfse/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/compression/lzfse/default.nix')
-rw-r--r--pkgs/tools/compression/lzfse/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/compression/lzfse/default.nix b/pkgs/tools/compression/lzfse/default.nix
index 0c54c3b452b..72560c1d9ae 100644
--- a/pkgs/tools/compression/lzfse/default.nix
+++ b/pkgs/tools/compression/lzfse/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
   enableParallelBuilding = false; #bug
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/lzfse/lzfse;
+    homepage = "https://github.com/lzfse/lzfse";
     description = "a reference C implementation of the LZFSE compressor";
     longDescription = ''
       This is a reference C implementation of the LZFSE compressor introduced in the Compression library with OS X 10.11 and iOS 9.