summary refs log tree commit diff
path: root/pkgs/tools/networking/kail/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/kail/default.nix')
-rw-r--r--pkgs/tools/networking/kail/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/kail/default.nix b/pkgs/tools/networking/kail/default.nix
index 931cfa3a74d..e7c9b499675 100644
--- a/pkgs/tools/networking/kail/default.nix
+++ b/pkgs/tools/networking/kail/default.nix
@@ -24,7 +24,7 @@ buildGoPackage rec {
 
   meta = with stdenv.lib; {
     description = "Kubernetes log viewer";
-    homepage = https://github.com/boz/kail;
+    homepage = "https://github.com/boz/kail";
     license = licenses.mit;
     maintainers = with maintainers; [ offline vdemeester ];
   };