Merge pull request #163590 from chenrui333/hancock-deprecate

hancock: `disable` as it stops working
This commit is contained in:
Rui Chen
2024-01-04 00:13:26 -05:00
committed by GitHub
+7
View File
@@ -6,5 +6,12 @@ cask "hancock" do
name "Hancock"
homepage "https://github.com/JeremyAgost/Hancock"
# it has been four years since the last release
# users have reported it stopped working for m1 as well as osx
# https://github.com/JeremyAgost/Hancock/issues/8
# https://github.com/JeremyAgost/Hancock/issues/7
# https://github.com/JeremyAgost/Hancock/issues/6
disable! date: "2024-01-01", because: :unmaintained
app "Hancock.app"
end