summary refs log tree commit diff
path: root/pkgs/development/python-modules/holoviews/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/holoviews/default.nix')
-rw-r--r--pkgs/development/python-modules/holoviews/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/holoviews/default.nix b/pkgs/development/python-modules/holoviews/default.nix
index b12ef64c602..51f1e20662a 100644
--- a/pkgs/development/python-modules/holoviews/default.nix
+++ b/pkgs/development/python-modules/holoviews/default.nix
@@ -40,7 +40,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Python data analysis and visualization seamless and simple";
-    homepage = http://www.holoviews.org/;
+    homepage = "http://www.holoviews.org/";
     license = licenses.bsd3;
     maintainers = [ maintainers.costrouc ];
   };