summary refs log tree commit diff
path: root/pkgs/development/tools/chit
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/chit')
-rw-r--r--pkgs/development/tools/chit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/chit/default.nix b/pkgs/development/tools/chit/default.nix
index 9859739a1df..c7a8483719f 100644
--- a/pkgs/development/tools/chit/default.nix
+++ b/pkgs/development/tools/chit/default.nix
@@ -36,7 +36,7 @@ buildRustPackage rec {
       * Should i use this crate?
       * How mature is it?
     '';
-    homepage = https://github.com/peterheesterman/chit;
+    homepage = "https://github.com/peterheesterman/chit";
     license = licenses.mit;
     maintainers = [ maintainers.lilyball ];
     platforms = platforms.all;