about summary refs log tree commit diff
path: root/pkgs/tools/misc/scanmem/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/scanmem/default.nix')
-rw-r--r--pkgs/tools/misc/scanmem/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/scanmem/default.nix b/pkgs/tools/misc/scanmem/default.nix
index 38b3131113762..132012de12300 100644
--- a/pkgs/tools/misc/scanmem/default.nix
+++ b/pkgs/tools/misc/scanmem/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
     ./autogen.sh
   '';
   meta = with stdenv.lib; {
-    homepage = "https://github.com/scanmem/scanmem";
+    homepage = https://github.com/scanmem/scanmem;
     description = "Memory scanner for finding and poking addresses in executing processes";
     maintainers = [ maintainers.chattered  ];
     platforms = platforms.linux;