python.pkgs.bokeh: add myself to maintainers

+1
+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 + maintainers = with lib.maintainers; [ orivej ]; 81 82 }; 82 83 }