about summary refs log tree commit diff
path: root/pkgs/tools/text/diffr
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/diffr')
-rw-r--r--pkgs/tools/text/diffr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/diffr/default.nix b/pkgs/tools/text/diffr/default.nix
index 7ce9c3163042..016cc40977b2 100644
--- a/pkgs/tools/text/diffr/default.nix
+++ b/pkgs/tools/text/diffr/default.nix
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with stdenv.lib; {
     description = "Yet another diff highlighting tool";
-    homepage = https://github.com/mookid/diffr;
+    homepage = "https://github.com/mookid/diffr";
     license = with licenses; [ mit ];
     maintainers = with maintainers; [ davidtwco ];
     platforms = platforms.all;