summary refs log tree commit diff
path: root/pkgs/tools/networking/memtier-benchmark/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/memtier-benchmark/default.nix')
-rw-r--r--pkgs/tools/networking/memtier-benchmark/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/memtier-benchmark/default.nix b/pkgs/tools/networking/memtier-benchmark/default.nix
index 075696cfba1..3579002e416 100644
--- a/pkgs/tools/networking/memtier-benchmark/default.nix
+++ b/pkgs/tools/networking/memtier-benchmark/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "Redis and Memcached traffic generation and benchmarking tool";
-    homepage    = https://github.com/redislabs/memtier_benchmark;
+    homepage    = "https://github.com/redislabs/memtier_benchmark";
     license     = stdenv.lib.licenses.gpl2;
     platforms   = stdenv.lib.platforms.linux;
     maintainers = with stdenv.lib.maintainers; [ thoughtpolice ];