bee: use `deprecate!` instead of `discontinued`

This commit is contained in:
Rylan Polster 2023-12-17 17:45:48 -05:00
parent 6224613325
commit a38afd38fa
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64
1 changed files with 2 additions and 4 deletions

View File

@ -8,6 +8,8 @@ cask "bee" do
desc "Issue tracker frontend"
homepage "https://www.neat.io/bee/"
deprecate! date: "2023-12-17", because: :discontinued
app "Bee.app"
zap trash: [
@ -19,8 +21,4 @@ cask "bee" do
"~/Library/Containers/io.neat.Bee-Mutator",
"~/Library/Containers/io.neat.Bee-Updater",
]
caveats do
discontinued
end
end