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

This commit is contained in:
Rylan Polster 2023-12-17 17:46:02 -05:00
parent 2961e11530
commit 78d680d95b
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 "pathephone" do
desc "Distributed audio player"
homepage "https://pathephone.github.io/"
deprecate! date: "2023-12-17", because: :discontinued
auto_updates true
app "Pathephone.app"
@ -19,8 +21,4 @@ cask "pathephone" do
"~/Library/Preferences/space.metabin.pathephone.plist",
"~/Library/Saved Application State/space.metabin.pathephone.savedState",
]
caveats do
discontinued
end
end