tables: Define license

This commit is contained in:
Andreas Herrmann 2014-06-25 22:32:54 +02:00
parent 01e2ed000b
commit ddfdd85171

View file

@ -52,5 +52,6 @@ buildPythonPackage rec {
meta = {
description = "Hierarchical datasets for Python";
homepage = "http://www.pytables.org/";
license = stdenv.lib.licenses.bsd2;
};
}