wkhtmltopdf-bin: add myself as maintainer

+1 -1
+1 -1
pkgs/tools/graphics/wkhtmltopdf-bin/default.nix
··· 93 There is also a C library, if you're into that kind of thing. 94 ''; 95 license = licenses.gpl3Plus; 96 - maintainers = with maintainers; [ nbr ]; 97 platforms = [ "x86_64-darwin" "x86_64-linux" ]; 98 }; 99 }
··· 93 There is also a C library, if you're into that kind of thing. 94 ''; 95 license = licenses.gpl3Plus; 96 + maintainers = with maintainers; [ nbr kalbasit ]; 97 platforms = [ "x86_64-darwin" "x86_64-linux" ]; 98 }; 99 }