about summary refs log tree commit diff
path: root/pkgs/tools/system/iops/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/iops/default.nix')
-rw-r--r--pkgs/tools/system/iops/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/iops/default.nix b/pkgs/tools/system/iops/default.nix
index 7e6854afe627..cf34cb115f14 100644
--- a/pkgs/tools/system/iops/default.nix
+++ b/pkgs/tools/system/iops/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
       Iops lets you measure how many I/O operations per second a storage device can perform.
       Usefull for determing e.g. the best RAID-setting of your storage device.
     '';
-    homepage = http://www.vanheusden.com/iops/;
+    homepage = "http://www.vanheusden.com/iops/";
     license = licenses.gpl2;
     maintainers = with maintainers; [ davidak ];
     platforms = platforms.linux; # build problems on Darwin