Hi, I noticed that license on hex.pm is not updated when package changes license.
As an example, my package qdrant has MIT License but on hex.pm it’s Apache-2.0.
A bug? ![]()
Edit: I initially had an Apache license
Hi, I noticed that license on hex.pm is not updated when package changes license.
As an example, my package qdrant has MIT License but on hex.pm it’s Apache-2.0.
A bug? ![]()
Edit: I initially had an Apache license
Hex.pm does not infer the license from the license file, the package author specifies it in the mix config. This author forgot: qdrant/mix.exs at ce10dcdb8fa44b0d850041a2b8272890235c0744 · marinac-dev/qdrant · GitHub
Oh… ups ![]()