Stop hosting macfuse

Homebrew is still maintaining the cask, so it's silly to keep another copy.
This commit is contained in:
Adrian Ho 2021-04-26 12:33:24 +08:00
parent 8e7a3ed840
commit 9f09eabe0a
2 changed files with 1 additions and 31 deletions

View file

@ -20,6 +20,6 @@ class MacfuseRequirement < Requirement
end
def message
"This formula requires MacFUSE. Please run `brew install --cask gromgit/fuse/macfuse` first."
"This formula requires MacFUSE. Please run `brew install --cask macfuse` first."
end
end