about summary refs log tree commit diff
path: root/pkgs/tools/text/peco/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/peco/default.nix')
-rw-r--r--pkgs/tools/text/peco/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/peco/default.nix b/pkgs/tools/text/peco/default.nix
index 9407e68ed165e..c5655cb2a5852 100644
--- a/pkgs/tools/text/peco/default.nix
+++ b/pkgs/tools/text/peco/default.nix
@@ -18,7 +18,7 @@ buildGoPackage rec {
 
   meta = with stdenv.lib; {
     description = "Simplistic interactive filtering tool";
-    homepage = https://github.com/peco/peco;
+    homepage = "https://github.com/peco/peco";
     license = licenses.mit;
     # peco should work on Windows or other POSIX platforms, but the go package
     # declares only linux and darwin.