about summary refs log tree commit diff
path: root/pkgs/development/python-modules/tables
diff options
context:
space:
mode:
authorAndreas Herrmann <andreash87@gmx.ch>2014-06-25 22:32:54 +0200
committerAndreas Herrmann <andreash87@gmx.ch>2014-07-05 21:41:04 +0200
commitddfdd85171a2b35f2c80151839733ce123260980 (patch)
treecf278c88d7694a906a2632a5b49a8236d8f61db3 /pkgs/development/python-modules/tables
parent01e2ed000b5f17aa5cfc5e9b085cd28f71f2fc41 (diff)
downloadnixlib-ddfdd85171a2b35f2c80151839733ce123260980.tar
nixlib-ddfdd85171a2b35f2c80151839733ce123260980.tar.gz
nixlib-ddfdd85171a2b35f2c80151839733ce123260980.tar.bz2
nixlib-ddfdd85171a2b35f2c80151839733ce123260980.tar.lz
nixlib-ddfdd85171a2b35f2c80151839733ce123260980.tar.xz
nixlib-ddfdd85171a2b35f2c80151839733ce123260980.tar.zst
nixlib-ddfdd85171a2b35f2c80151839733ce123260980.zip
tables: Define license
Diffstat (limited to 'pkgs/development/python-modules/tables')
-rw-r--r--pkgs/development/python-modules/tables/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/tables/default.nix b/pkgs/development/python-modules/tables/default.nix
index d3edf54788ab..7c897e9531fb 100644
--- a/pkgs/development/python-modules/tables/default.nix
+++ b/pkgs/development/python-modules/tables/default.nix
@@ -52,5 +52,6 @@ buildPythonPackage rec {
   meta = {
     description = "Hierarchical datasets for Python";
     homepage = "http://www.pytables.org/";
+    license = stdenv.lib.licenses.bsd2;
   };
 }