summary refs log tree commit diff
path: root/pkgs/development/python-modules/htmltreediff/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/htmltreediff/default.nix')
-rw-r--r--pkgs/development/python-modules/htmltreediff/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/htmltreediff/default.nix b/pkgs/development/python-modules/htmltreediff/default.nix
index c2c7f4e12f4..cd742606f8b 100644
--- a/pkgs/development/python-modules/htmltreediff/default.nix
+++ b/pkgs/development/python-modules/htmltreediff/default.nix
@@ -19,7 +19,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = " Structure-aware diff for html and xml documents";
-    homepage = https://github.com/christian-oudard/htmltreediff;
+    homepage = "https://github.com/christian-oudard/htmltreediff";
     license = licenses.bsdOriginal;
     maintainers = with maintainers; [ ma27 ];
   };