calligra: specify license

This commit is contained in:
Nikolay Amiantov 2016-06-01 03:37:24 +03:00
parent 5134bfab0c
commit 8b085a9c19

View File

@ -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;
}; };
} }