Merge pull request #161372 from krehel/ganache-discontinue

ganache: mark `discontinued`
This commit is contained in:
Patrick Linnane
2023-11-30 09:25:22 -08:00
committed by GitHub
+8 -1
View File
@@ -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