Unverified Commit bb3f5dda authored by Wael M. Nasreddine's avatar Wael M. Nasreddine
Browse files

wkhtmltopdf-bin: add myself as maintainer

parent c67eb446
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" ];
  };
}