calligra: specify license
This commit is contained in:
parent
5134bfab0c
commit
8b085a9c19
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A suite of productivity applications";
|
description = "A suite of productivity applications";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Calligra Suite is a set of applications written to help
|
Calligra Suite is a set of applications written to help
|
||||||
@ -48,7 +48,8 @@ stdenv.mkDerivation rec {
|
|||||||
vector graphics.
|
vector graphics.
|
||||||
'';
|
'';
|
||||||
homepage = http://calligra.org;
|
homepage = http://calligra.org;
|
||||||
maintainers = with stdenv.lib.maintainers; [ urkud phreedom ebzzry ];
|
maintainers = with maintainers; [ urkud phreedom ebzzry ];
|
||||||
inherit (kdelibs.meta) platforms;
|
inherit (kdelibs.meta) platforms;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user