From 78d680d95bff60d71a3e419aba41cac157bdbcfb Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:02 -0500 Subject: [PATCH] pathephone: use `deprecate!` instead of `discontinued` --- Casks/p/pathephone.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/pathephone.rb b/Casks/p/pathephone.rb index 48ed8c8504..e15c046c4b 100644 --- a/Casks/p/pathephone.rb +++ b/Casks/p/pathephone.rb @@ -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