mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
grantlee: add licenses
This commit is contained in:
parent
f830ab1196
commit
9580d80abe
2 changed files with 2 additions and 1 deletions
|
@ -46,6 +46,7 @@ mkDerivation rec {
|
|||
|
||||
homepage = http://gitorious.org/grantlee;
|
||||
maintainers = [ maintainers.ttuegel ];
|
||||
license = licenses.lgpl21;
|
||||
inherit (qtbase.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue