summary refs log tree commit diff
path: root/pkgs/development/python-modules/plotly/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/plotly/default.nix')
-rw-r--r--pkgs/development/python-modules/plotly/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/plotly/default.nix b/pkgs/development/python-modules/plotly/default.nix
index a71506c6197..ecb5f7cc3ad 100644
--- a/pkgs/development/python-modules/plotly/default.nix
+++ b/pkgs/development/python-modules/plotly/default.nix
@@ -32,7 +32,7 @@ buildPythonPackage rec {
 
   meta = {
     description = "Python plotting library for collaborative, interactive, publication-quality graphs";
-    homepage = https://plot.ly/python/;
+    homepage = "https://plot.ly/python/";
     license = with lib.licenses; [ mit ];
   };
 }