ganache: mark discontinued

This commit is contained in:
Justin Krehel
2023-11-30 12:04:41 -05:00
parent 7ba1e2a3d3
commit aad409c3eb
+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