From 5bb10826e76c1b1eb805b0d0d367318bcd01dcea Mon Sep 17 00:00:00 2001 From: Michka Popoff Date: Tue, 7 Mar 2023 22:31:40 +0100 Subject: [PATCH] mermaid-cli: disable It's been more than 3 months now --- Formula/mermaid-cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/mermaid-cli.rb b/Formula/mermaid-cli.rb index b74946f27e3d..eb0ebf7eb8fb 100644 --- a/Formula/mermaid-cli.rb +++ b/Formula/mermaid-cli.rb @@ -17,7 +17,7 @@ class MermaidCli < Formula # Needs Chromium for puppeteer. Chromium is currently installed as a pre-built. # Ref: https://github.com/Homebrew/homebrew-core/pull/83338 # Ref: https://github.com/Homebrew/homebrew-core/issues/100192 - deprecate! date: "2022-04-30", because: "installs a pre-built copy of Chromium" + disable! date: "2023-03-07", because: "installs a pre-built copy of Chromium" depends_on "node"