mailman icon indicating copy to clipboard operation
mailman copied to clipboard

Weird LICENSE symlink issue with hex.pm mailman package

Open littleairmada opened this issue 2 years ago • 0 comments

I was troubleshooting a CI pipe issue and I noticed the mailman package hosted in hex.pm creates an invalid symlink for the LICENSE file.

Installing mailman as a dep with {:mailman, "~> 0.4.3"} creates a LICENSE symlink pointing to a non-existent LICENSE.txt file.

Installing with {:mailman, git:"https://github.com/mailman-elixir/mailman.git"} creates a valid symlink for LICENSE --> LICENSE.md.

littleairmada avatar Jan 20 '23 13:01 littleairmada