From 27d5011ab135dba9f29b4228c953c114714dae25 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Mon, 8 Dec 2025 02:06:18 +0000 Subject: [PATCH] fix: remove unnecessary verified parameter from homebrew cask The verified parameter is only needed when the URL domain differs from the homepage domain. Since both point to github.com, Homebrew audit flags this as unnecessary. --- .goreleaser.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index c0c2942..11051e5 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -58,8 +58,6 @@ homebrew_casks: homepage: https://github.com/lukaszraczylo/lolcathost description: "Dynamic host management tool with TUI" license: MIT - url: - verified: github.com/lukaszraczylo/lolcathost hooks: post: install: |