opentx: fix licence
This commit is contained in:
parent
c98ce41385
commit
038a01feea
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue