summary refs log tree commit diff
path: root/pkgs/applications/graphics/processing
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2014-08-30 19:53:47 +0200
committerCillian de Róiste <cillian.deroiste@gmail.com>2014-08-30 19:54:03 +0200
commitef9c1d612dab8e2ea7be6e7c6f99f0ce3a7f9bba (patch)
tree7edd0cfd9ae9e583cae98a3c3a3ac5e2c44eeca2 /pkgs/applications/graphics/processing
parentb63cd192fe89aa5cdb8e134ffd63bf6ba8d9d01e (diff)
downloadnixlib-ef9c1d612dab8e2ea7be6e7c6f99f0ce3a7f9bba.tar
nixlib-ef9c1d612dab8e2ea7be6e7c6f99f0ce3a7f9bba.tar.gz
nixlib-ef9c1d612dab8e2ea7be6e7c6f99f0ce3a7f9bba.tar.bz2
nixlib-ef9c1d612dab8e2ea7be6e7c6f99f0ce3a7f9bba.tar.lz
nixlib-ef9c1d612dab8e2ea7be6e7c6f99f0ce3a7f9bba.tar.xz
nixlib-ef9c1d612dab8e2ea7be6e7c6f99f0ce3a7f9bba.tar.zst
nixlib-ef9c1d612dab8e2ea7be6e7c6f99f0ce3a7f9bba.zip
processing: add license
Diffstat (limited to 'pkgs/applications/graphics/processing')
-rw-r--r--pkgs/applications/graphics/processing/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/processing/default.nix b/pkgs/applications/graphics/processing/default.nix
index 516068b4ea5c..ce3d639d1a30 100644
--- a/pkgs/applications/graphics/processing/default.nix
+++ b/pkgs/applications/graphics/processing/default.nix
@@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "A language and IDE for electronic arts";
     homepage = http://processing.org;
+    license = licenses.gpl2Plus;
     maintainers = [ maintainers.goibhniu ];
     platforms = platforms.linux;
   };