elixir: modify Elixir license to Apache 2.0

The current license is Eclipse Public license (epl10) which is
incorrect. I suspect this was intended to be Erlang Public License,
which was the license for OTP versions up to OTP 18. Since the minimum
OTP version for Elixir currently is 23, there should be no need to address
per-version license in this case.
This commit is contained in:
jurraca
2024-12-26 17:14:49 +00:00
parent 64b2f13b2e
commit c510ae1821
@@ -79,7 +79,7 @@ stdenv.mkDerivation ({
with hot code upgrades.
'';
license = licenses.epl10;
license = licenses.asl20;
platforms = platforms.unix;
maintainers = teams.beam.members;
};