From f13c9e18a6d63c853ba06b2c4f916408e44a5914 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Mon, 13 Nov 2023 18:45:14 +0800 Subject: [PATCH] chore(homebrew): remove `ryanccn/tap` (for now) --- modules/homebrew.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/homebrew.nix b/modules/homebrew.nix index f9b2364..8789c67 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -34,7 +34,6 @@ _: { taps = [ "1password/tap" - "ryanccn/tap" ]; }; }