libdbusmenu-qt: fix license

This commit is contained in:
Markus Kowalewski 2018-10-18 21:47:12 +02:00
parent 0d12ce52e4
commit 3bd7ada099
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB
2 changed files with 2 additions and 2 deletions

View file

@ -24,6 +24,6 @@ stdenv.mkDerivation {
description = "Provides a Qt implementation of the DBusMenu spec";
inherit homepage;
inherit (qt4.meta) platforms;
license = licenses.gpl2;
license = licenses.lgpl2;
};
}

View file

@ -19,6 +19,6 @@ stdenv.mkDerivation {
description = "Provides a Qt implementation of the DBusMenu spec";
maintainers = [ maintainers.ttuegel ];
inherit (qtbase.meta) platforms;
license = licenses.gpl2;
license = licenses.lgpl2;
};
}