Skip to content

Commit

Permalink
opentx: fix licence
Browse files Browse the repository at this point in the history
  • Loading branch information
symphorien committed Aug 7, 2021
1 parent c98ce41 commit 038a01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/opentx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mkDerivation rec {
running radio simulators.
'';
homepage = "https://www.open-tx.org/";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
maintainers = with maintainers; [ elitak lopsided98 ];
};
Expand Down

0 comments on commit 038a01f

Please sign in to comment.