We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent fc303d2 commit c97ea96Copy full SHA for c97ea96
pkgs/development/python-modules/bokeh/default.nix
@@ -78,5 +78,6 @@ buildPythonPackage rec {
78
description = "Statistical and novel interactive HTML plots for Python";
79
homepage = "http://github.com/bokeh/bokeh";
80
license = lib.licenses.bsd3;
81
+ maintainers = with lib.maintainers; [ orivej ];
82
};
83
}
0 commit comments