Skip to content

Commit

Permalink
haxe*: set licenses according to upstream opam file
Browse files Browse the repository at this point in the history
Upstream specifies MIT and GPL2+ in its opam file, so we run with this.
There doesn't seem to have been any license change and I couldn't track
down the mentioned docs/license.txt.
  • Loading branch information
sternenseemann committed Mar 20, 2021
1 parent d1e2da8 commit 447b788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/haxe/default.nix
Expand Up @@ -104,7 +104,7 @@ let
meta = with lib; {
description = "Programming language targeting JavaScript, Flash, NekoVM, PHP, C++";
homepage = "https://haxe.org";
license = with licenses; [ gpl2 bsd2 /*?*/ ]; # -> docs/license.txt
license = with licenses; [ gpl2Plus mit ]; # based on upstream opam file
maintainers = [ maintainers.marcweber maintainers.locallycompact ];
platforms = platforms.linux ++ platforms.darwin;
};
Expand Down

0 comments on commit 447b788

Please sign in to comment.