about summary refs log tree commit diff
path: root/pkgs/applications/misc/netsurf/libcss/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/netsurf/libcss/default.nix')
-rw-r--r--pkgs/applications/misc/netsurf/libcss/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/netsurf/libcss/default.nix b/pkgs/applications/misc/netsurf/libcss/default.nix
index ed0b7b12e9848..528b0d9b9585d 100644
--- a/pkgs/applications/misc/netsurf/libcss/default.nix
+++ b/pkgs/applications/misc/netsurf/libcss/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
   NIX_CFLAGS_COMPILE= "-Wno-error=implicit-fallthrough";
 
   meta = with stdenv.lib; {
-    homepage = http://www.netsurf-browser.org/;
+    homepage = "http://www.netsurf-browser.org/";
     description = "Cascading Style Sheets library for netsurf browser";
     license = licenses.gpl2;
     maintainers = [ maintainers.vrthra ];