about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/betamax-matchers/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/betamax-matchers/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/betamax-matchers/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/betamax-matchers/default.nix b/nixpkgs/pkgs/development/python-modules/betamax-matchers/default.nix
index 762154ac45d2..e95a34d15424 100644
--- a/nixpkgs/pkgs/development/python-modules/betamax-matchers/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/betamax-matchers/default.nix
@@ -13,7 +13,7 @@ buildPythonPackage rec {
   buildInputs = [ betamax requests_toolbelt ];
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/sigmavirus24/betamax_matchers;
+    homepage = "https://github.com/sigmavirus24/betamax_matchers";
     description = "A group of experimental matchers for Betamax";
     license = licenses.asl20;
     maintainers = with maintainers; [ pSub ];