about summary refs log tree commit diff
path: root/pkgs/tools/misc/lf/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/lf/default.nix')
-rw-r--r--pkgs/tools/misc/lf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/lf/default.nix b/pkgs/tools/misc/lf/default.nix
index a8bab014b9e33..503f249464430 100644
--- a/pkgs/tools/misc/lf/default.nix
+++ b/pkgs/tools/misc/lf/default.nix
@@ -22,7 +22,7 @@ buildGoPackage rec {
       the missing features are deliberately omitted since it is better if they
       are handled by external tools.
     '';
-    homepage = "https://godoc.org/github.com/gokcehan/lf";
+    homepage = https://godoc.org/github.com/gokcehan/lf;
     license = licenses.mit;
     platforms = platforms.linux;
     maintainers = with maintainers; [ primeos ];