grantlee: add licenses

This commit is contained in:
Markus Kowalewski 2018-10-12 21:40:32 +02:00
parent f830ab1196
commit 9580d80abe
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB
2 changed files with 2 additions and 1 deletions

View file

@ -46,6 +46,7 @@ mkDerivation rec {
homepage = http://gitorious.org/grantlee;
maintainers = [ maintainers.ttuegel ];
license = licenses.lgpl21;
inherit (qtbase.meta) platforms;
};
}

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
and the design of Django is reused in Grantlee.'';
homepage = http://gitorious.org/grantlee;
maintainers = [ ];
license = stdenv.lib.licenses.lgpl21;
inherit (qt4.meta) platforms;
};
}