mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Clarifies the license; populates meta.platforms
This commit is contained in:
parent
543f355883
commit
e4216eddda
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue