diff --git a/pkgs/tools/graphics/wkhtmltopdf-bin/default.nix b/pkgs/tools/graphics/wkhtmltopdf-bin/default.nix
index 2218d2528c03..166df83b63f7 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" ];
};
}