treewide: http -> https (#42665)
This commit is contained in:
@@ -75,7 +75,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Statistical and novel interactive HTML plots for Python";
|
||||
homepage = "http://github.com/bokeh/bokeh";
|
||||
homepage = https://github.com/bokeh/bokeh;
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ orivej ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user