summary refs log tree commit diff
path: root/pkgs/tools/system/lr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/lr/default.nix')
-rw-r--r--pkgs/tools/system/lr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/lr/default.nix b/pkgs/tools/system/lr/default.nix
index 36b84c21154..11f30f6f444 100644
--- a/pkgs/tools/system/lr/default.nix
+++ b/pkgs/tools/system/lr/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
   makeFlags = "PREFIX=$(out)";
 
   meta = {
-    homepage = "http://github.com/chneukirchen/lr";
+    homepage = http://github.com/chneukirchen/lr;
     description = "List files recursively";
     license = stdenv.lib.licenses.mit;
     platforms = stdenv.lib.platforms.all;