qtcreator: fix meta.license

This commit is contained in:
rewine 2023-08-28 17:09:08 +08:00
parent e32c432e0c
commit 1ccc188376
No known key found for this signature in database
GPG Key ID: 2964FF5514455F51

View File

@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
advanced code editor, a visual debugger and a GUI designer.
'';
homepage = "https://wiki.qt.io/Qt_Creator";
license = licenses.lgpl3Plus;
license = licenses.gpl3Only; # annotated with The Qt Company GPL Exception 1.0
maintainers = [ maintainers.rewine ];
platforms = platforms.linux;
};