openconnect-gui: use deprecate! instead of discontinued

This commit is contained in:
Rylan Polster
2023-12-17 17:46:02 -05:00
parent 2b4280aa6e
commit 7c0010cb12
+2 -4
View File
@@ -8,14 +8,12 @@ cask "openconnect-gui" do
desc "GitLab mirror - Graphical OpenConnect client (beta phase)"
homepage "https://openconnect.github.io/openconnect-gui/"
deprecate! date: "2023-12-17", because: :discontinued
app "openconnect-gui/#{version}/OpenConnect-GUI.app"
zap delete: [
"~/Library/Application Support/OpenConnect-GUI Team",
"~/Library/Preferences/io.github.openconnect.openconnect-gui.plist",
]
caveats do
discontinued
end
end