1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 = {
description = "A binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve";
homepage = "${webpage}";
license = "bsd";
license = stdenv.lib.licenses.bsd3;
platforms = ocaml.meta.platforms;
};
}