summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-pep8/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pytest-pep8/default.nix')
-rw-r--r--pkgs/development/python-modules/pytest-pep8/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pytest-pep8/default.nix b/pkgs/development/python-modules/pytest-pep8/default.nix
index 1fcb99574b2..82a900a9d2f 100644
--- a/pkgs/development/python-modules/pytest-pep8/default.nix
+++ b/pkgs/development/python-modules/pytest-pep8/default.nix
@@ -22,7 +22,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     license = licenses.mit;
-    homepage = https://pypi.python.org/pypi/pytest-pep8;
+    homepage = "https://pypi.python.org/pypi/pytest-pep8";
     description = "pytest plugin to check PEP8 requirements";
   };
 }