From 0ab45a4ffe106dddb044b28e698df986764c6ac6 Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:46:19 -0500 Subject: [PATCH] timestamp: deprecate --- Casks/t/timestamp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Casks/t/timestamp.rb b/Casks/t/timestamp.rb index 7ef06a20cb..a446e35bf2 100644 --- a/Casks/t/timestamp.rb +++ b/Casks/t/timestamp.rb @@ -8,5 +8,7 @@ cask "timestamp" do desc "Improved clock for the menu bar" homepage "https://mzdr.github.io/timestamp/" + deprecate! date: "2024-02-14", because: :discontinued + app "Timestamp.app" end