From 2e8ea0b862b3bbe50aea9bbd3ff8ac1bf8c2dd98 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Fri, 23 Oct 2020 12:57:36 +0800 Subject: [PATCH] Remove Brewfile mirror --- Brewfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Brewfile b/Brewfile index 968b268..a6809cc 100644 --- a/Brewfile +++ b/Brewfile @@ -1,8 +1,8 @@ tap "buo/cask-upgrade" -tap "homebrew/cask", "https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-cask.git" -tap "homebrew/cask-drivers", "https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-cask-drivers.git" -tap "homebrew/cask-fonts", "https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-cask-fonts.git" -tap "homebrew/core", "https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git" +tap "homebrew/cask" +tap "homebrew/cask-drivers" +tap "homebrew/cask-fonts" +tap "homebrew/core" tap "homebrew/bundle" tap "homebrew/services" tap "homebrew/cask-versions"