Add maintainer @doronbehar

This commit is contained in:
Doron Behar 2019-06-20 08:24:31 +03:00
parent 2f6023bf8a
commit f07813f02d
2 changed files with 6 additions and 0 deletions

View file

@ -1353,6 +1353,11 @@
github = "domenkozar";
name = "Domen Kozar";
};
doronbehar = {
email = "me@doronbehar.com";
github = "doronbehar";
name = "Doron Behar";
};
dotlambda = {
email = "rschuetz17@gmail.com";
github = "dotlambda";

View file

@ -19567,6 +19567,7 @@ in
inherit (gnome2) libgnomecanvas;
};
pdfcpu = callPackage ../applications/graphics/pdfcpu { };
pdftk = callPackage ../tools/typesetting/pdftk { };
pdfgrep = callPackage ../tools/typesetting/pdfgrep { };