From b0ace9fa110fbd68bd7be9bc58f5168b66ae3707 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 10 Sep 2012 23:40:52 +0200 Subject: 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 --- pkgs/os-specific/linux/conky/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/os-specific') diff --git a/pkgs/os-specific/linux/conky/default.nix b/pkgs/os-specific/linux/conky/default.nix index f5cccff6650..381cc44e36f 100644 --- a/pkgs/os-specific/linux/conky/default.nix +++ b/pkgs/os-specific/linux/conky/default.nix @@ -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; }; } - -- cgit 1.4.1