3
0
Fork 0
forked from mirrors/nixpkgs

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