summary refs log tree commit diff
path: root/pkgs/data/documentation/mustache-spec/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/data/documentation/mustache-spec/default.nix')
-rw-r--r--pkgs/data/documentation/mustache-spec/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/documentation/mustache-spec/default.nix b/pkgs/data/documentation/mustache-spec/default.nix
index b2a6eaa1535..ce611c192f6 100644
--- a/pkgs/data/documentation/mustache-spec/default.nix
+++ b/pkgs/data/documentation/mustache-spec/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
       For a list of implementations and tips, see ${homepage}.
     '';
 
-    homepage = http://mustache.github.io/;
+    homepage = "http://mustache.github.io/";
     license = lib.licenses.mit;
     maintainers = with lib.maintainers; [ Profpatsch ];
     platforms = lib.platforms.all;