tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python.pkgs.bokeh: add myself to maintainers
Orivej Desh
8 years ago
c97ea968
fc303d2e
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
bokeh
default.nix
+1
pkgs/development/python-modules/bokeh/default.nix
···
78
78
description = "Statistical and novel interactive HTML plots for Python";
79
79
homepage = "http://github.com/bokeh/bokeh";
80
80
license = lib.licenses.bsd3;
81
81
+
maintainers = with lib.maintainers; [ orivej ];
81
82
};
82
83
}