Clarifies the license; populates meta.platforms

wip/yesman
Vincent Laporte 10 years ago
parent 543f355883
commit e4216eddda
  1. 3
      pkgs/development/ocaml-modules/biniou/default.nix

@ -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;
};
}

Loading…
Cancel
Save