summary refs log tree commit diff
path: root/pkgs/development/python-modules/isort/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/isort/default.nix')
-rw-r--r--pkgs/development/python-modules/isort/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/isort/default.nix b/pkgs/development/python-modules/isort/default.nix
index 8e292ba7cd5..b2ef4e66f36 100644
--- a/pkgs/development/python-modules/isort/default.nix
+++ b/pkgs/development/python-modules/isort/default.nix
@@ -36,7 +36,7 @@ in buildPythonPackage rec {
 
   meta = with lib; {
     description = "A Python utility / library to sort Python imports";
-    homepage = https://github.com/timothycrosley/isort;
+    homepage = "https://github.com/timothycrosley/isort";
     license = licenses.mit;
     maintainers = with maintainers; [ couchemar nand0p ];
   };