-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fontforge and mftrace: migrate to [email protected] #54443
Conversation
|
|
|
Almost there ...:
|
That's already "patched" upstream. There was just some debate whether it was 100% fixed (the audit was at least). |
I see, found the commits: But also a full PR that got also merged: |
Closes Homebrew#54443. Signed-off-by: Michka Popoff <[email protected]>
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?