summary refs log tree commit diff
path: root/pkgs/development/python-modules/diff_cover/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/diff_cover/default.nix')
-rw-r--r--pkgs/development/python-modules/diff_cover/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/diff_cover/default.nix b/pkgs/development/python-modules/diff_cover/default.nix
index 585f96341ee..340e5bd6366 100644
--- a/pkgs/development/python-modules/diff_cover/default.nix
+++ b/pkgs/development/python-modules/diff_cover/default.nix
@@ -39,7 +39,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "Automatically find diff lines that need test coverage";
-    homepage = https://github.com/Bachmann1234/diff-cover;
+    homepage = "https://github.com/Bachmann1234/diff-cover";
     license = licenses.asl20;
     maintainers = with maintainers; [ dzabraev ];
   };