summary refs log tree commit diff
path: root/pkgs/tools/misc/filebench/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/filebench/default.nix')
-rw-r--r--pkgs/tools/misc/filebench/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/filebench/default.nix b/pkgs/tools/misc/filebench/default.nix
index a16695cf7c3..4cd572ac992 100644
--- a/pkgs/tools/misc/filebench/default.nix
+++ b/pkgs/tools/misc/filebench/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "File system and storage benchmark that can generate both micro and macro workloads";
-    homepage = https://sourceforge.net/projects/filebench/;
+    homepage = "https://sourceforge.net/projects/filebench/";
     license = licenses.cddl;
     maintainers = [ maintainers.dezgeg ];
     platforms = platforms.linux;