about summary refs log tree commit diff
path: root/pkgs/tools/misc/nbench/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/nbench/default.nix')
-rw-r--r--pkgs/tools/misc/nbench/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/nbench/default.nix b/pkgs/tools/misc/nbench/default.nix
index a1a6347642b63..950f3883f8f46 100644
--- a/pkgs/tools/misc/nbench/default.nix
+++ b/pkgs/tools/misc/nbench/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://www.math.utah.edu/~mayer/linux/bmark.html;
+    homepage = "https://www.math.utah.edu/~mayer/linux/bmark.html";
     description = "A synthetic computing benchmark program";
     platforms = platforms.linux;
     maintainers = with stdenv.lib.maintainers; [ bennofs ];