Homebrew / homebrew-core

🍻 Default formulae for the missing package manager for macOS (or Linux)
https://brew.sh
BSD 2-Clause "Simplified" License
13.81k stars 12.48k forks source link

Incorrect description for h2spec #80733

Closed kcarnold closed 3 years ago

kcarnold commented 3 years ago

brew gist-logs <formula> link OR brew config AND brew doctor output

n/a

What were you trying to do (and why)?

Was trying to search for formulae relating to dead link checking, so I ran brew search --desc link.

What happened (include all command output)?

...
h2spec: Fast website link checker in Go
...
muffet: Fast website link checker in Go
...

What did you expect to happen?

It looks like muffet has the correct description but h2spec inadventantly copy-pasted from it. Its github page describes it as " A conformance testing tool for HTTP/2 implementation.".

Step-by-step reproduction instructions (by running brew commands)

See https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/h2spec.rb#L2
carlocab commented 3 years ago

Could you open a pull request to fix this? Thanks!