Commit d7d5d9f1 authored by Robert Schütz's avatar Robert Schütz
Browse files

puppeteer-cli: add meta

parent 3fdf8750
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -30,4 +30,12 @@ buildNpmPackage rec {
    wrapProgram $out/bin/puppeteer \
      --set PUPPETEER_EXECUTABLE_PATH ${chromium}/bin/chromium
  '';

  meta = {
    description = "Command-line wrapper for generating PDF prints and PNG screenshots with Puppeteer";
    homepage = "https://github.com/JarvusInnovations/puppeteer-cli";
    license = lib.licenses.mit;
    mainProgram = "puppeteer";
    maintainers = with lib.maintainers; [ chessai ];
  };
}