conky: Add license attribute to meta.

As the GPL license is more restrictive than the BSD license of the original
(torsmo) of the fork, I'm adding GPL as the license here.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2012-09-10 23:40:52 +02:00
parent 3b7dd3c930
commit b0ace9fa11
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = http://conky.sourceforge.net/;
description = "Conky is an advanced, highly configurable system monitor complied without X based on torsmo";
maintainers = [ stdenv.lib.maintainers.guibert ];
license = stdenv.lib.licenses.gpl3Plus;
};
}