summary refs log tree commit diff
path: root/nixos/lib/testing/jquery.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/lib/testing/jquery.nix')
-rw-r--r--nixos/lib/testing/jquery.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/lib/testing/jquery.nix b/nixos/lib/testing/jquery.nix
index e272f66a576..732fdb3ba87 100644
--- a/nixos/lib/testing/jquery.nix
+++ b/nixos/lib/testing/jquery.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "JavaScript library designed to simplify the client-side scripting of HTML";
-    homepage = http://jquery.com/;
+    homepage = "http://jquery.com/";
     license = licenses.mit;
     platforms = platforms.all;
   };