From 852c87c3ab997a5ef40ae420aec3a3224a6e76a9 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Fri, 21 Oct 2022 17:10:12 +0200 Subject: [PATCH] [SKIP CI] fix(goreleaser): remove broken brew HEAD Signed-off-by: Sam Therapy --- .goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 35ebbe7..0b883a5 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -68,8 +68,8 @@ brews: homepage: https://dns.froth.zone/awl description: A DNS query tool license: BSD-3-Clause - custom_block: | - head "https://git.froth.zone/sam/awl.git" + # custom_block: | + # head "https://git.froth.zone/sam/awl.git" install: |- bin.install "awl" bash_completion.install "completions/bash.bash" => "awl"