lol

tables: Define license

+1
+1
pkgs/development/python-modules/tables/default.nix
··· 52 52 meta = { 53 53 description = "Hierarchical datasets for Python"; 54 54 homepage = "http://www.pytables.org/"; 55 + license = stdenv.lib.licenses.bsd2; 55 56 }; 56 57 }