opentx: fix licence

This commit is contained in:
Guillaume Girol 2021-08-07 19:54:14 +00:00 committed by GitHub
parent c98ce41385
commit 038a01feea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};