summary refs log tree commit diff
path: root/pkgs/tools/misc/hpl/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/hpl/default.nix')
-rw-r--r--pkgs/tools/misc/hpl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/hpl/default.nix b/pkgs/tools/misc/hpl/default.nix
index 16bc0393f23..6cacbaf0b84 100644
--- a/pkgs/tools/misc/hpl/default.nix
+++ b/pkgs/tools/misc/hpl/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Portable Implementation of the Linpack Benchmark for Distributed-Memory Computers";
-    homepage = http://www.netlib.org/benchmark/hpl/;
+    homepage = "http://www.netlib.org/benchmark/hpl/";
     platforms = platforms.unix;
     license = licenses.bsdOriginal;
     maintainers = [ maintainers.markuskowa ];