summary refs log tree commit diff
path: root/pkgs/os-specific/linux/conky
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2012-09-10 23:40:52 +0200
committeraszlig <aszlig@redmoonstudios.org>2012-09-10 23:54:00 +0200
commitb0ace9fa110fbd68bd7be9bc58f5168b66ae3707 (patch)
tree692e39b28d18ddf3f3ffe9f4917f5d33f0ca3d9b /pkgs/os-specific/linux/conky
parent3b7dd3c9309c0865d2d2e5adc7715e8dae4bbbce (diff)
downloadnixpkgs-b0ace9fa110fbd68bd7be9bc58f5168b66ae3707.tar
nixpkgs-b0ace9fa110fbd68bd7be9bc58f5168b66ae3707.tar.gz
nixpkgs-b0ace9fa110fbd68bd7be9bc58f5168b66ae3707.tar.bz2
nixpkgs-b0ace9fa110fbd68bd7be9bc58f5168b66ae3707.tar.lz
nixpkgs-b0ace9fa110fbd68bd7be9bc58f5168b66ae3707.tar.xz
nixpkgs-b0ace9fa110fbd68bd7be9bc58f5168b66ae3707.tar.zst
nixpkgs-b0ace9fa110fbd68bd7be9bc58f5168b66ae3707.zip
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>
Diffstat (limited to 'pkgs/os-specific/linux/conky')
-rw-r--r--pkgs/os-specific/linux/conky/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };
 }
-