about summary refs log tree commit diff
path: root/pkgs/tools/graphics/wkhtmltopdf-bin
diff options
context:
space:
mode:
authorWael M. Nasreddine <wael.nasreddine@gmail.com>2022-07-19 09:12:45 -0700
committerWael M. Nasreddine <wael.nasreddine@gmail.com>2022-07-19 09:12:45 -0700
commitbb3f5dda652dd27880f26ceceedf6cccfe926650 (patch)
tree06c3ee4298e376b7687785eb04f0e9af2c2d7384 /pkgs/tools/graphics/wkhtmltopdf-bin
parentc67eb446daa24665dd0599cc9cba2ae4ad7a7d4f (diff)
wkhtmltopdf-bin: add myself as maintainer
Diffstat (limited to 'pkgs/tools/graphics/wkhtmltopdf-bin')
-rw-r--r--pkgs/tools/graphics/wkhtmltopdf-bin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/wkhtmltopdf-bin/default.nix b/pkgs/tools/graphics/wkhtmltopdf-bin/default.nix
index 2218d2528c033..166df83b63f7b 100644
--- a/pkgs/tools/graphics/wkhtmltopdf-bin/default.nix
+++ b/pkgs/tools/graphics/wkhtmltopdf-bin/default.nix
@@ -93,7 +93,7 @@ stdenv.mkDerivation ({
       There is also a C library, if you're into that kind of thing.
     '';
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ nbr ];
+    maintainers = with maintainers; [ nbr kalbasit ];
     platforms = [ "x86_64-darwin" "x86_64-linux" ];
   };
 }