forked from mirrors/nixpkgs
calligra: specify license
This commit is contained in:
parent
5134bfab0c
commit
8b085a9c19
1 changed files with 3 additions and 2 deletions
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||
done
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A suite of productivity applications";
|
||||
longDescription = ''
|
||||
Calligra Suite is a set of applications written to help
|
||||
|
@ -48,7 +48,8 @@ stdenv.mkDerivation rec {
|
|||
vector graphics.
|
||||
'';
|
||||
homepage = http://calligra.org;
|
||||
maintainers = with stdenv.lib.maintainers; [ urkud phreedom ebzzry ];
|
||||
maintainers = with maintainers; [ urkud phreedom ebzzry ];
|
||||
inherit (kdelibs.meta) platforms;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue