summary refs log tree commit diff
path: root/pkgs/development/python-modules/bkcharts/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/bkcharts/default.nix')
-rw-r--r--pkgs/development/python-modules/bkcharts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bkcharts/default.nix b/pkgs/development/python-modules/bkcharts/default.nix
index dee19b45f44..f09a271faad 100644
--- a/pkgs/development/python-modules/bkcharts/default.nix
+++ b/pkgs/development/python-modules/bkcharts/default.nix
@@ -23,7 +23,7 @@ buildPythonPackage rec {
 
   meta = {
     description = "High level chart types built on top of Bokeh";
-    homepage = http://github.com/bokeh/bkcharts;
+    homepage = https://github.com/bokeh/bkcharts;
     license = lib.licenses.bsd3;
   };
-}
\ No newline at end of file
+}