aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/tools/kythe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/tools/kythe/default.nix')
-rw-r--r--nixpkgs/pkgs/development/tools/kythe/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/tools/kythe/default.nix b/nixpkgs/pkgs/development/tools/kythe/default.nix
index c2bba7b3254..e9748d6e45e 100644
--- a/nixpkgs/pkgs/development/tools/kythe/default.nix
+++ b/nixpkgs/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 ];