summary refs log tree commit diff
path: root/pkgs/development/tools/kythe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/kythe/default.nix')
-rw-r--r--pkgs/development/tools/kythe/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/kythe/default.nix b/pkgs/development/tools/kythe/default.nix
index c2bba7b3254..e9748d6e45e 100644
--- a/pkgs/development/tools/kythe/default.nix
+++ b/pkgs/development/tools/kythe/default.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
       source code — including build systems, compilers, interpreters, static
       analyses, editors, code-review applications, and more — to share
       information with each other smoothly.  '';
-    homepage = https://kythe.io/;
+    homepage = "https://kythe.io/";
     license = licenses.asl20;
     platforms = platforms.linux;
     maintainers = [ maintainers.mpickering ];