summary refs log tree commit diff
path: root/pkgs/tools/misc/vmtouch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/vmtouch/default.nix')
-rw-r--r--pkgs/tools/misc/vmtouch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/vmtouch/default.nix b/pkgs/tools/misc/vmtouch/default.nix
index 6397a093347..0f46d8141f1 100644
--- a/pkgs/tools/misc/vmtouch/default.nix
+++ b/pkgs/tools/misc/vmtouch/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   meta = {
     description = "Portable file system cache diagnostics and control";
     longDescription = "vmtouch is a tool for learning about and controlling the file system cache of unix and unix-like systems.";
-    homepage = https://hoytech.com/vmtouch/;
+    homepage = "https://hoytech.com/vmtouch/";
     license = stdenv.lib.licenses.bsd3;
     maintainers = [ stdenv.lib.maintainers.garrison ];
     platforms = stdenv.lib.platforms.all;