From fbdf82061c387445a61066ff3fe79eef0ab9164d Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 1 Jan 2024 15:06:54 -0500 Subject: [PATCH] countdown: `disable` as it stopped working Signed-off-by: Rui Chen --- Casks/c/countdown.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Casks/c/countdown.rb b/Casks/c/countdown.rb index 8e6aa2f22e..e7dc849ba1 100644 --- a/Casks/c/countdown.rb +++ b/Casks/c/countdown.rb @@ -6,5 +6,11 @@ cask "countdown" do name "Countdown Screensaver" homepage "https://github.com/soffes/Countdown" + # no releases in the past 8 years, and no commits in the past 6 years + # users have reported that it stopped working + # https://github.com/soffes/Countdown/issues/8 + # https://github.com/soffes/Countdown/issues/11 + disable! date: "2024-01-01", because: :unmaintained + screen_saver "Countdown.saver" end