-
Notifications
You must be signed in to change notification settings - Fork 137
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
fix pkg.go.dev license detection #431
Comments
I tried tweaking LICENSE.txt in #445 and that didn't fix it. As you mention Github is also confused but that doesn't really matter for the golang pkg website. Which is a great resource to host rendered docs! A similar existing repo that does work is I tried downloading the I'm not sure if there is a specific confidence threshold or expected format or what. |
|
derp, pkg.go.dev doesn't know what to do with the MIT-or-Apache license, and as a result won't render docs.
eg: https://pkg.go.dev/github.com/bluesky-social/indigo/atproto/crypto
we can file a bug report, or try to re-format LICENSE.txt so it doesn't trigger this (eg, detect as
MIT
, which is fine for us), or potentially even move the "or apache" part to a separate PATENTS.txt file.annoying!
The text was updated successfully, but these errors were encountered: