The canonical source, issues, pull requests, and releases are hosted on Forgejo. The GitHub repository is a public Git mirror and Homebrew release-asset endpoint.
Add the tap with its explicit GitHub mirror URL:
brew tap isityael/tap https://github.com/isityael/tap.gitThen install a formula:
brew install isityael/tap/<formula>Existing yaelmoshi/tap installations remain supported and continue to update
from the same GitHub mirror.
In a brew bundle Brewfile:
tap "isityael/tap", "https://github.com/isityael/tap.git"
brew "<formula>"brew help, man brew or check Homebrew's documentation.