summary refs log tree commit diff
path: root/pkgs/development/python-modules/cycler/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/cycler/default.nix')
-rw-r--r--pkgs/development/python-modules/cycler/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cycler/default.nix b/pkgs/development/python-modules/cycler/default.nix
index 3d220535404..643a57e259f 100644
--- a/pkgs/development/python-modules/cycler/default.nix
+++ b/pkgs/development/python-modules/cycler/default.nix
@@ -29,8 +29,8 @@ buildPythonPackage rec {
 
   meta = {
     description = "Composable style cycles";
-    homepage = https://github.com/matplotlib/cycler;
+    homepage = "https://github.com/matplotlib/cycler";
     license = lib.licenses.bsd3;
     maintainers = with lib.maintainers; [ fridh ];
   };
-}
\ No newline at end of file
+}