python.pkgs.bokeh: add myself to maintainers

This commit is contained in:
Orivej Desh 2017-11-25 22:35:14 +00:00
parent fc303d2e25
commit c97ea96860

View file

@ -78,5 +78,6 @@ buildPythonPackage rec {
description = "Statistical and novel interactive HTML plots for Python";
homepage = "http://github.com/bokeh/bokeh";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ orivej ];
};
}