Clarifies the license; populates meta.platforms

This commit is contained in:
Vincent Laporte 2014-07-03 15:23:38 +02:00
parent 543f355883
commit e4216eddda

View file

@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve"; description = "A binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve";
homepage = "${webpage}"; homepage = "${webpage}";
license = "bsd"; license = stdenv.lib.licenses.bsd3;
platforms = ocaml.meta.platforms;
}; };
} }