about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-11-25 22:35:14 +0000
committerOrivej Desh <orivej@gmx.fr>2017-11-25 22:35:14 +0000
commitc97ea968609d30e897dff4fd0d199468132526c0 (patch)
tree81a73da55cec91ac59a4b6df58c4e752f319e438 /pkgs
parentfc303d2e250ad509ae97d8d6ac37bf9ee85fbb72 (diff)
python.pkgs.bokeh: add myself to maintainers
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/bokeh/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/bokeh/default.nix b/pkgs/development/python-modules/bokeh/default.nix
index 61bfe7121cb93..244ee43d0aabe 100644
--- a/pkgs/development/python-modules/bokeh/default.nix
+++ b/pkgs/development/python-modules/bokeh/default.nix
@@ -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 ];
   };
 }