Skip to content

Commit

Permalink
Modify Elixir interpreter license to Apache 2.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jurraca committed Dec 26, 2024
1 parent 64b2f13 commit 58ca362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/elixir/generic-builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ stdenv.mkDerivation ({
with hot code upgrades.
'';

license = licenses.epl10;
license = licenses.asl20;
platforms = platforms.unix;
maintainers = teams.beam.members;
};
Expand Down

0 comments on commit 58ca362

Please sign in to comment.