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