mirror of
https://github.com/lukaszraczylo/lolcathost.git
synced 2026-06-28 03:13:09 +00:00
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.
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user