Merge pull request #251933 from wineee/qtc-l

qtcreator: fix meta.license
This commit is contained in:
Artturi 2023-08-29 01:29:26 +03:00 committed by GitHub
commit 8f1fe3ca06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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