rowanj-gitx: use deprecate! instead of discontinued

This commit is contained in:
Rylan Polster
2023-12-17 17:46:05 -05:00
parent 3e6004aa98
commit a849cad2ab
+2 -4
View File
@@ -8,12 +8,10 @@ cask "rowanj-gitx" do
desc "Native graphical client for the git version control system"
homepage "https://rowanj.github.io/gitx/"
deprecate! date: "2023-12-17", because: :discontinued
conflicts_with cask: "gitx"
app "GitX.app"
binary "#{appdir}/GitX.app/Contents/Resources/gitx"
caveats do
discontinued
end
end