summary refs log tree commit diff
path: root/pkgs/development/python-modules/httmock/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/httmock/default.nix')
-rw-r--r--pkgs/development/python-modules/httmock/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/httmock/default.nix b/pkgs/development/python-modules/httmock/default.nix
index 53447544ca9..5913ceca777 100644
--- a/pkgs/development/python-modules/httmock/default.nix
+++ b/pkgs/development/python-modules/httmock/default.nix
@@ -15,7 +15,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "A mocking library for requests";
-    homepage    = https://github.com/patrys/httmock;
+    homepage    = "https://github.com/patrys/httmock";
     license     = licenses.asl20;
     maintainers = with maintainers; [ nyanloutre ];
   };