From aad409c3eb0622635a69fbf30d5a971798c7a6ee Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:04:41 -0500 Subject: [PATCH] ganache: mark `discontinued` --- Casks/g/ganache.rb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Casks/g/ganache.rb b/Casks/g/ganache.rb index b63829f594..bda52c2bb9 100644 --- a/Casks/g/ganache.rb +++ b/Casks/g/ganache.rb @@ -6,7 +6,7 @@ cask "ganache" do verified: "github.com/trufflesuite/ganache-ui/" name "Ganache" desc "Personal blockchain for Ethereum development" - homepage "https://truffleframework.com/ganache/" + homepage "https://trufflesuite.com/ganache/" app "Ganache.app" @@ -16,4 +16,11 @@ cask "ganache" do "~/Library/Preferences/org.trufflesuite.ganache.plist", "~/Library/Saved Application State/org.trufflesuite.ganache.savedState", ] + + caveats do + discontinued + <<~EOS + See https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat for information + EOS + end end